Settings 下的 Fees 页面定义平台如何为每个产品计算 performance fee 与 management fee。它设定平台级规则;各 master 在这些规则内配置自己的费率。

Performance Fee
在 Calculation Formula 下拉菜单中,选择已订阅投资账户上何为净盈利:
- Based on sum of float and realized PnL — Realized PnL 加 Floating PnL,均按从特定 master 复制的持仓计算。
- Based on realized PnL with floating loss — Realized PnL 加上仅负 Floating PnL。
- Based on realized PnL — 仅 Realized PnL。
在 Trade Fee Accounting 中选择已付 trade fee 是否计入利润:Exclude trade fee from calculation 会忽略它,而 Consider Trade fee as loss 会从收取 performance fee 的利润中扣除。
High-Water Mark
performance fee 始终按 High-Water Mark 原则收取——仅对自上次成功收费以来净盈利的增量收取。若账户未创新高,则不收费。
Performance Fee 公式
Performance fee = (Current Total PnL − Previous Total PnL) × Fee% / 100
# with "Consider Trade fee as loss":
Performance fee = ((Current Total PnL − Paid trade fee) − Previous Total PnL) × Fee% / 100Current Total PnL 在付款时测量,Previous Total PnL 在上次成功付款时测量,Fee% 来自 master 的费用计划。
Management Fee
两个下拉菜单控制计算:
- Calculation Formula — 付款时点已订阅投资账户的 Based on Equity 或 Based on Balance。
- Period for percentage calculation — % / year(计划费率为年化百分比)或 % / period(费率适用于每个付款周期)。
# % / year:
Management fee = Fee%/100 × Active days/365 × Account balance (or equity)
# % / period:
Management fee = Fee%/100 × Active days/Period × Account balance (or equity)Active days 是自订阅开始或自上次付款以来的天数。Period 长度:每日为 1 天,每周为 7 天(周一收取),每月始终为 30 天(每月 1 日收取)。
计算示例
| 场景 | 计算 | 费用 |
|---|---|---|
| 15% 年化,每日收取;余额 3 000 USD | 0.15 × 1/365 × 3000 | 每天 1.23 USD |
| 2% 月度;4 月 15 日订阅,5 月 1 日收取;余额 3 000 USD | 0.02 × 15/30 × 3000 | 30 USD(半个周期有效) |
更改这些公式会影响整个平台的费用计算方式。保存前请与财务团队确认预期行为。
