# DowJonesDetails

Dow Jones details

## Example Usage

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

let value: DowJonesDetails = {};
```

## Fields

| Field                                                                                | Type                                                                                 | Required                                                                             | Description                                                                          | Example                                                                              |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `activeStatus`                                                                       | *string*                                                                             | :heavy_minus_sign:                                                                   | Active status of matched profile                                                     | Active                                                                               |
| `addressDetails`                                                                     | [components.AddressDetail](../../models/components/addressdetail.md)[]               | :heavy_minus_sign:                                                                   | Corresponding address details                                                        |                                                                                      |
| `birthDates`                                                                         | [components.DowJonesDate](../../models/components/dowjonesdate.md)[]                 | :heavy_minus_sign:                                                                   | Dates of birth                                                                       |                                                                                      |
| `birthPlaces`                                                                        | *string*[]                                                                           | :heavy_minus_sign:                                                                   | Corresponding birth places                                                           |                                                                                      |
| `countryDetails`                                                                     | [components.CountryDetail](../../models/components/countrydetail.md)[]               | :heavy_minus_sign:                                                                   | Corresponding country details                                                        |                                                                                      |
| `deceased`                                                                           | *string*                                                                             | :heavy_minus_sign:                                                                   | If corresponding person is deceased                                                  | No                                                                                   |
| `deceasedDates`                                                                      | [components.DowJonesDate](../../models/components/dowjonesdate.md)[]                 | :heavy_minus_sign:                                                                   | Dates of death                                                                       |                                                                                      |
| `descriptionDetails`                                                                 | [components.DescriptionDetail](../../models/components/descriptiondetail.md)[]       | :heavy_minus_sign:                                                                   | Corresponding description details                                                    |                                                                                      |
| `dowJonesPersonId`                                                                   | *number*                                                                             | :heavy_minus_sign:                                                                   | Dow Jones profile person id                                                          | 123456                                                                               |
| `gender`                                                                             | *string*                                                                             | :heavy_minus_sign:                                                                   | Gender of person                                                                     | Female                                                                               |
| `identifications`                                                                    | [components.IdentificationDetail](../../models/components/identificationdetail.md)[] | :heavy_minus_sign:                                                                   | Corresponding identifications                                                        |                                                                                      |
| `images`                                                                             | *string*[]                                                                           | :heavy_minus_sign:                                                                   | Images relating to profile                                                           |                                                                                      |
| `lastChangedDate`                                                                    | [components.LastChangedDate](../../models/components/lastchangeddate.md)             | :heavy_minus_sign:                                                                   | Date profile was last updated                                                        | 2020-01-01 00:00:00 +0000 UTC                                                        |
| `nameDetails`                                                                        | [components.NameDetail](../../models/components/namedetail.md)[]                     | :heavy_minus_sign:                                                                   | Name details associated with profile                                                 |                                                                                      |
| `profileNotes`                                                                       | *string*                                                                             | :heavy_minus_sign:                                                                   | Associated profile notes                                                             | Fraud                                                                                |
| `relatedProfiles`                                                                    | [components.RelatedProfile](../../models/components/relatedprofile.md)[]             | :heavy_minus_sign:                                                                   | Related profiles                                                                     |                                                                                      |
| `roleDetails`                                                                        | [components.RoleDetail](../../models/components/roledetail.md)[]                     | :heavy_minus_sign:                                                                   | Corresponding role details                                                           |                                                                                      |
| `sanctionsListDetails`                                                               | [components.SanctionsListDetail](../../models/components/sanctionslistdetail.md)[]   | :heavy_minus_sign:                                                                   | Corresponding sanctions list details                                                 |                                                                                      |
| `sources`                                                                            | *string*[]                                                                           | :heavy_minus_sign:                                                                   | Sources relating to profile                                                          |                                                                                      |