# PreIpoCompanyNewsEventArticle

A news article related to the Pre IPO Company News Event.

## Example Usage

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

let value: PreIpoCompanyNewsEventArticle = {};
```

## Fields

| Field                                                                                                                                                                                 | Type                                                                                                                                                                                  | Required                                                                                                                                                                              | Description                                                                                                                                                                           | Example                                                                                                                                                                               |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `headline`                                                                                                                                                                            | *string*                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                    | The headline of the news article.                                                                                                                                                     | NY Times Sues AI Startup Perplexity AI                                                                                                                                                |
| `publication`                                                                                                                                                                         | *string*                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                    | The publication that published the news article.                                                                                                                                      | The Wall Street Journal                                                                                                                                                               |
| `publishTime`                                                                                                                                                                         | [Date](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date)                                                                                         | :heavy_minus_sign:                                                                                                                                                                    | The time the news article was published.                                                                                                                                              | 2025-12-05T13:22:00Z                                                                                                                                                                  |
| `summary`                                                                                                                                                                             | *string*                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                    | A brief summary of the news article.                                                                                                                                                  | The New York Times sues startup Perplexity for copyright infringement, expanding its legal fight against generative-AI companies that it says steal and then profit from its content. |
| `uri`                                                                                                                                                                                 | *string*                                                                                                                                                                              | :heavy_minus_sign:                                                                                                                                                                    | The URI of the news article.                                                                                                                                                          | https://example.com/news/article                                                                                                                                                      |