# LargeTrader

A large trader.

## Example Usage

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

let value: LargeTrader = {};
```

## Fields

| Field                                                                                                                                                                                                                                                                               | Type                                                                                                                                                                                                                                                                                | Required                                                                                                                                                                                                                                                                            | Description                                                                                                                                                                                                                                                                         | Example                                                                                                                                                                                                                                                                             |
| ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `effectiveDate`                                                                                                                                                                                                                                                                     | [components.EffectiveDate](../../models/components/effectivedate.md)                                                                                                                                                                                                                | :heavy_minus_sign:                                                                                                                                                                                                                                                                  | The date on which the trader meets or exceeds the large trader reporting threshold, which is defined by the U.S. Securities and Exchange Commission (SEC) as trades of 2 million shares or $20 million in a single day or 20 million shares or $200 million during a calendar month |                                                                                                                                                                                                                                                                                     |
| `largeTraderId`                                                                                                                                                                                                                                                                     | *string*                                                                                                                                                                                                                                                                            | :heavy_minus_sign:                                                                                                                                                                                                                                                                  | SEC-issued ID signifying the person/entity as a large trader; Required for CAIS regulatory reporting.                                                                                                                                                                               | 123412341234                                                                                                                                                                                                                                                                        |