# fee

This method returns the Performance fee.

### Function

```solidity
function fee(
) external view returns(uint256);
```

### Return values

<table><thead><tr><th width="264">Value</th><th>Description</th></tr></thead><tbody><tr><td><code>_val</code></td><td>The performance fee (relative to FULL_ALLOC where 100% is <code>100000</code>)</td></tr></tbody></table>
