# PennyPilotIndicator

The penny pilot indicator of the option

## Example Usage

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

let value: PennyPilotIndicator = PennyPilotIndicator.PennyPilot;
```

## Values

This is an open enum. Unrecognized values will be captured as the `Unrecognized<string>` branded type.

| Name                              | Value                             |
| --------------------------------- | --------------------------------- |
| `PennyPilotIndicatorUnspecified`  | PENNY_PILOT_INDICATOR_UNSPECIFIED |
| `PennyPilot`                      | PENNY_PILOT                       |
| `NonPennyPilot`                   | NON_PENNY_PILOT                   |
| -                                 | `Unrecognized<string>`            |