# AssignLargeTraderRequestCreate

The request to assign a Large Trader ID to a Legal Natural Person/Legal Entity.

## Example Usage

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

let value: AssignLargeTraderRequestCreate = {
  largeTraderId: "1234567890",
};
```

## Fields

| Field              | Type               | Required           | Description        | Example            |
| ------------------ | ------------------ | ------------------ | ------------------ | ------------------ |
| `largeTraderId`    | *string*           | :heavy_check_mark: | N/A                | 1234567890         |