# Entity

investigation details on an entity

## Example Usage

```typescript
import { Entity } from "@apexfintechsolutions/ascend-sdk/models/components";

let value: Entity = {};
```

## Fields

| Field                                                                                                                                          | Type                                                                                                                                           | Required                                                                                                                                       | Description                                                                                                                                    | Example                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| `dbaNames`                                                                                                                                     | *string*[]                                                                                                                                     | :heavy_minus_sign:                                                                                                                             | Other names the entity is known by (Doing Business As)                                                                                         | Some Company Alias                                                                                                                             |
| `emailAddresses`                                                                                                                               | *string*[]                                                                                                                                     | :heavy_minus_sign:                                                                                                                             | Email addresses                                                                                                                                | jdough@domain.com                                                                                                                              |
| `identifications`                                                                                                                              | [components.EntityIdentification](../../models/components/entityidentification.md)[]                                                           | :heavy_minus_sign:                                                                                                                             | Identification details including id value, and type (e.g. ein, lei)                                                                            |                                                                                                                                                |
| `legalAddress`                                                                                                                                 | [components.InvestigationLegalAddress](../../models/components/investigationlegaladdress.md)                                                   | :heavy_minus_sign:                                                                                                                             | legal address                                                                                                                                  |                                                                                                                                                |
| `legalName`                                                                                                                                    | *string*                                                                                                                                       | :heavy_minus_sign:                                                                                                                             | The legal name of the entity                                                                                                                   | Enterprises, Inc                                                                                                                               |
| `mailingAddresses`                                                                                                                             | [components.PostalAddress](../../models/components/postaladdress.md)[]                                                                         | :heavy_minus_sign:                                                                                                                             | mailing address                                                                                                                                |                                                                                                                                                |
| `operatingRegionCodes`                                                                                                                         | *string*[]                                                                                                                                     | :heavy_minus_sign:                                                                                                                             | The countries where an entity does business Two character region code, complies with https://cldr.unicode.org/index Example values: "US", "CA" | US                                                                                                                                             |
| `phoneNumbers`                                                                                                                                 | *string*[]                                                                                                                                     | :heavy_minus_sign:                                                                                                                             | phone numbers                                                                                                                                  | 214-765-1010                                                                                                                                   |
| `registrationRegion`                                                                                                                           | *string*                                                                                                                                       | :heavy_minus_sign:                                                                                                                             | Region of registration Two character region code, complies with https://cldr.unicode.org/index Example values: "US", "CA"                      | US                                                                                                                                             |