# PositionJournalCreateType

The type of position journal

## Example Usage

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

let value: PositionJournalCreateType = PositionJournalCreateType.Reward;
```

## Values

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

| Name                   | Value                  |
| ---------------------- | ---------------------- |
| `TypeUnspecified`      | TYPE_UNSPECIFIED       |
| `Reward`               | REWARD                 |
| -                      | `Unrecognized<string>` |