---
title: "CommissionType"
---

# CommissionType

Commission calculation mode for <a class="stdlib-ref" data-key="prelude::strategy" href="/api/stdlib/prelude/#strategy">strategy</a>.

**Kind:** enum

**Variants**

| Name | Description |
| --- | --- |
| `Percent` | Commission as a percentage of trade value. |
| `CashPerOrder` | Fixed cash amount per order. |
| `CashPerContract` | Fixed cash amount per contract. |
