# RoleDetail

Role detail used for Dow Jones Profile details

## Example Usage

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

let value: RoleDetail = {};
```

## Fields

| Field                                        | Type                                         | Required                                     | Description                                  | Example                                      |
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
| `endDay`                                     | *string*                                     | :heavy_minus_sign:                           | Dow Jones day persons left the job role      | 1                                            |
| `endMonth`                                   | *string*                                     | :heavy_minus_sign:                           | Dow Jones month persons left the job role    | June                                         |
| `endYear`                                    | *string*                                     | :heavy_minus_sign:                           | Dow Jones year persons left the job role     | 2025                                         |
| `occupationCategory`                         | *string*                                     | :heavy_minus_sign:                           | Dow Jones occupation category                | Political Party Officials                    |
| `occupationDescription`                      | *string*                                     | :heavy_minus_sign:                           | Dow Jones persons job description            | Minister of Foreign Affairs                  |
| `roleType`                                   | *string*                                     | :heavy_minus_sign:                           | Dow Jones persons job role                   | Primary Occupation                           |
| `startDay`                                   | *string*                                     | :heavy_minus_sign:                           | Dow Jones day persons started the job role   | 1                                            |
| `startMonth`                                 | *string*                                     | :heavy_minus_sign:                           | Dow Jones month persons started the job role | June                                         |
| `startYear`                                  | *string*                                     | :heavy_minus_sign:                           | Dow Jones year persons started the job role  | 2020                                         |