> For the complete documentation index, see [llms.txt](https://docs.shprd.finance/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shprd.finance/technical-reference/core-contracts/feesmanager.md).

# FeesManager

## Write Methods

### setManagementFeesReceiver

```solidity
function setManagementFeesReceiver(address _managementFeesReceiver) external
```

Settles the address of the management fees receiver.&#x20;

{% hint style="info" %}
Only callable by the contract **owner**.
{% endhint %}

**Call Parameters:**

<table><thead><tr><th width="281">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>_managementFeesReceiver</code></td><td>address</td><td>address of the management fees receiver</td></tr></tbody></table>

### setPerformanceFeesReceiver

```solidity
function setPerformanceFeesReceiver(address _performanceFeesReceiver) external
```

Settles the address of the performance fees receiver.&#x20;

{% hint style="info" %}
Only callable by the contract **owner**.
{% endhint %}

**Call Parameters:**

<table><thead><tr><th width="289">Name</th><th>Type</th><th>Description</th></tr></thead><tbody><tr><td><code>_performanceFeesReceiver</code></td><td>address</td><td>address of the performance fees receiver</td></tr></tbody></table>
