# LowPricedSecurities

The account anticipates trading in securities trading for less than $5 per share and are typically traded over-the-counter (OTC) or through pink sheets

## Example Usage

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

let value: LowPricedSecurities = {};
```

## Fields

| Field                                                                                                                                                   | Type                                                                                                                                                    | Required                                                                                                                                                | Description                                                                                                                                             | Example                                                                                                                                                 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `lowPricedSecurities`                                                                                                                                   | *boolean*                                                                                                                                               | :heavy_minus_sign:                                                                                                                                      | The account anticipates trading in securities trading for less than $5 per share and are typically traded over-the-counter (OTC) or through pink sheets | true                                                                                                                                                    |
| `lowPricedSecuritiesPercentage`                                                                                                                         | [components.LowPricedSecuritiesPercentage](../../models/components/lowpricedsecuritiespercentage.md)                                                    | :heavy_minus_sign:                                                                                                                                      | The percentage, by volume, of the account's trades which will involve low priced securities                                                             | 90.2                                                                                                                                                    |