# PreIpoCompanyResearchDocument

A Pre IPO Company Research Document.

## Example Usage

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

let value: PreIpoCompanyResearchDocument = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                  | Type                                                                                                                                                                                                                                                                                                   | Required                                                                                                                                                                                                                                                                                               | Description                                                                                                                                                                                                                                                                                            | Example                                                                                                                                                                                                                                                                                                |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `name`                                                                                                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                     | The name of the Pre IPO Company Document. Format: preIpoCompanies/{pre_ipo_company}/researchDocuments/{research_document}                                                                                                                                                                              | preIpoCompanies/3fa85f64-5717-4562-b3fc-2c963f66afa6/researchDocuments/2650                                                                                                                                                                                                                            |
| `preIpoCompanyId`                                                                                                                                                                                                                                                                                      | *string*                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                     | The ID of the Pre IPO Company.                                                                                                                                                                                                                                                                         | 3fa85f64-5717-4562-b3fc-2c963f66afa6                                                                                                                                                                                                                                                                   |
| `publishDate`                                                                                                                                                                                                                                                                                          | [components.PublishDate](../../models/components/publishdate.md)                                                                                                                                                                                                                                       | :heavy_minus_sign:                                                                                                                                                                                                                                                                                     | The date the Pre IPO Company Research Document was published.                                                                                                                                                                                                                                          | {<br/>"day": 7,<br/>"month": 12,<br/>"year": 2025<br/>}                                                                                                                                                                                                                                                |
| `relation`                                                                                                                                                                                                                                                                                             | [components.Relation](../../models/components/relation.md)                                                                                                                                                                                                                                             | :heavy_minus_sign:                                                                                                                                                                                                                                                                                     | The relation of the Research Document to the Pre IPO Company. - `SUBJECT`: The Research Document is directly related to the Pre IPO Company. - `CONNECTED`: The Research Document is not directly related to the Pre IPO Company but is related to another company in a "connected" field or industry. | CONNECTED                                                                                                                                                                                                                                                                                              |
| `researchDocumentId`                                                                                                                                                                                                                                                                                   | *string*                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                     | The ID of the Pre IPO Company Research Document.                                                                                                                                                                                                                                                       | 2650                                                                                                                                                                                                                                                                                                   |
| `title`                                                                                                                                                                                                                                                                                                | *string*                                                                                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                     | The title of the Pre IPO Company Research Document.                                                                                                                                                                                                                                                    | Cerebras vs Nvidia                                                                                                                                                                                                                                                                                     |
| `type`                                                                                                                                                                                                                                                                                                 | [components.PreIpoCompanyResearchDocumentType](../../models/components/preipocompanyresearchdocumenttype.md)                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                     | The type of Pre IPO Company Research Document.                                                                                                                                                                                                                                                         | MARKET                                                                                                                                                                                                                                                                                                 |