# PreIpoCompanyResearchDocumentType

The type of Pre IPO Company Research Document.

## Example Usage

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

let value: PreIpoCompanyResearchDocumentType =
  PreIpoCompanyResearchDocumentType.Market;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                   | Value                  |
| ---------------------- | ---------------------- |
| `TypeUnspecified`      | TYPE_UNSPECIFIED       |
| `Interview`            | INTERVIEW              |
| `Market`               | MARKET                 |
| `Company`              | COMPANY                |
| -                      | `Unrecognized<string>` |