# PreIpoCompany

A Pre IPO Company.

## Example Usage

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

let value: PreIpoCompany = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                                                                        | Type                                                                                                                                                                                                                                                                                                                         | Required                                                                                                                                                                                                                                                                                                                     | Description                                                                                                                                                                                                                                                                                                                  | Example                                                                                                                                                                                                                                                                                                                      |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `active`                                                                                                                                                                                                                                                                                                                     | *boolean*                                                                                                                                                                                                                                                                                                                    | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | Whether the Pre IPO Company is currently active. Companies are updated to inactive if they experience a bankruptcy, shutdown, or similar corporate event.                                                                                                                                                                    | true                                                                                                                                                                                                                                                                                                                         |
| `categories`                                                                                                                                                                                                                                                                                                                 | *string*[]                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The categories the Pre IPO Company belongs to.                                                                                                                                                                                                                                                                               | [<br/>"ai",<br/>"ai-search"<br/>]                                                                                                                                                                                                                                                                                            |
| `description`                                                                                                                                                                                                                                                                                                                | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The description of the Pre IPO Company.                                                                                                                                                                                                                                                                                      | An AI-powered search tool that answers complex, multi-sentence queries by generating concise, cited summaries. It combines advanced language models with source attribution to help researchers, analysts and knowledge workers quickly obtain accurate, verifiable answers and reduce time spent sifting through documents. |
| `executiveTeam`                                                                                                                                                                                                                                                                                                              | *string*[]                                                                                                                                                                                                                                                                                                                   | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The executive team of the Pre IPO Company.                                                                                                                                                                                                                                                                                   | [<br/>"Aravind Srinivas"<br/>]                                                                                                                                                                                                                                                                                               |
| `facebookUri`                                                                                                                                                                                                                                                                                                                | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The company's Facebook URI.                                                                                                                                                                                                                                                                                                  | https://www.facebook.com/perplexityofficial/                                                                                                                                                                                                                                                                                 |
| `founder`                                                                                                                                                                                                                                                                                                                    | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The founder of the Pre IPO Company.                                                                                                                                                                                                                                                                                          | Aravind Srinivas                                                                                                                                                                                                                                                                                                             |
| `lastValuation`                                                                                                                                                                                                                                                                                                              | [components.LastValuation](../../models/components/lastvaluation.md)                                                                                                                                                                                                                                                         | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The last valuation of the Pre IPO Company in USD.                                                                                                                                                                                                                                                                            | {<br/>"value": "20000000000.00"<br/>}                                                                                                                                                                                                                                                                                        |
| `linkedinUri`                                                                                                                                                                                                                                                                                                                | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The company's LinkedIn URI.                                                                                                                                                                                                                                                                                                  | https://www.linkedin.com/company/perplexity-ai/                                                                                                                                                                                                                                                                              |
| `logoUri`                                                                                                                                                                                                                                                                                                                    | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The company's logo URI.                                                                                                                                                                                                                                                                                                      | https://example.com/logo.png                                                                                                                                                                                                                                                                                                 |
| `name`                                                                                                                                                                                                                                                                                                                       | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The resource name of the Pre IPO Company. Format: preIpoCompanies/{pre_ipo_company}                                                                                                                                                                                                                                          | preIpoCompanies/3fa85f64-5717-4562-b3fc-2c963f66afa6                                                                                                                                                                                                                                                                         |
| `preIpoCompanyId`                                                                                                                                                                                                                                                                                                            | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The ID of the Pre IPO Company.                                                                                                                                                                                                                                                                                               | 3fa85f64-5717-4562-b3fc-2c963f66afa6                                                                                                                                                                                                                                                                                         |
| `regionCode`                                                                                                                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The region code where the Pre IPO Company is located.                                                                                                                                                                                                                                                                        | US                                                                                                                                                                                                                                                                                                                           |
| `symbol`                                                                                                                                                                                                                                                                                                                     | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The unique symbol assigned to the Pre IPO Company.                                                                                                                                                                                                                                                                           | PEAI.PVT                                                                                                                                                                                                                                                                                                                     |
| `title`                                                                                                                                                                                                                                                                                                                      | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The title of the Pre IPO Company.                                                                                                                                                                                                                                                                                            | Perplexity                                                                                                                                                                                                                                                                                                                   |
| `totalFunding`                                                                                                                                                                                                                                                                                                               | [components.TotalFunding](../../models/components/totalfunding.md)                                                                                                                                                                                                                                                           | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The total funding amount the Pre IPO Company has raised in USD.                                                                                                                                                                                                                                                              | {<br/>"value": "1220000000.00"<br/>}                                                                                                                                                                                                                                                                                         |
| `twelveMonthTrailingRevenue`                                                                                                                                                                                                                                                                                                 | [components.TwelveMonthTrailingRevenue](../../models/components/twelvemonthtrailingrevenue.md)                                                                                                                                                                                                                               | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The total revenue generated by the Pre IPO Company in the last twelve months in USD.                                                                                                                                                                                                                                         | {<br/>"value": "148000000.00"<br/>}                                                                                                                                                                                                                                                                                          |
| `type`                                                                                                                                                                                                                                                                                                                       | [components.PreIpoCompanyType](../../models/components/preipocompanytype.md)                                                                                                                                                                                                                                                 | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The type of the Pre IPO Company.                                                                                                                                                                                                                                                                                             | C_CORPORATION                                                                                                                                                                                                                                                                                                                |
| `websiteUri`                                                                                                                                                                                                                                                                                                                 | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The company's official website URI.                                                                                                                                                                                                                                                                                          | https://perplexity.ai/                                                                                                                                                                                                                                                                                                       |
| `xUri`                                                                                                                                                                                                                                                                                                                       | *string*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The company's X URI.                                                                                                                                                                                                                                                                                                         | https://twitter.com/perplexity_ai/                                                                                                                                                                                                                                                                                           |
| `yearEstablished`                                                                                                                                                                                                                                                                                                            | *number*                                                                                                                                                                                                                                                                                                                     | :heavy_minus_sign:                                                                                                                                                                                                                                                                                                           | The year the Pre IPO Company was established.                                                                                                                                                                                                                                                                                | 2022                                                                                                                                                                                                                                                                                                                         |