Factset · Schema
EntityMatch
Entity Match object showing the decision reached for each Entity.
FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch
Properties
| Name | Type | Description |
|---|---|---|
| entityId | string | FactSet Entity Identifier of the entity matched respective to the requested Name submitted. For more detail, visit [FactSet Permanent Security Identifier](https://oa.apps.factset.com/cms/oaAttachment/ |
| entityName | string | Full name corresponding to the matched entity. |
| countryCode | string | ISO2 country code corresponding to the location of the matched entity. |
| entityTypeCode | string | Code representing the entity type of the matched entity. See the related request parameter for a table of all Codes and their respective descriptions. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "EntityMatch",
"type": "object",
"description": "Entity Match object showing the decision reached for each Entity.\n",
"properties": {
"entityId": {
"type": "string",
"description": "FactSet Entity Identifier of the entity matched respective to the requested Name submitted. For more detail, visit [FactSet Permanent Security Identifier](https://oa.apps.factset.com/cms/oaAttachment/64c3213a-f415-4c27-a336-92c73a72deed/24881)\n"
},
"entityName": {
"type": "string",
"description": "Full name corresponding to the matched entity."
},
"countryCode": {
"type": "string",
"description": "ISO2 country code corresponding to the location of the matched entity."
},
"entityTypeCode": {
"type": "string",
"description": "Code representing the entity type of the matched entity. See the related request parameter for a table of all Codes and their respective descriptions."
}
}
}