Settings配下のFeesページは、各プロダクトについてプラットフォームがperformance feeとmanagement feeをどう計算するかを定義します。プラットフォーム全体のルールを設定し、個々のマスターはこのルールの範囲内で自分自身の料率を設定します。

Performance Fee
Calculation Formulaドロップダウンで、購読中の投資口座における純利益として何をカウントするかを選択します:
- Based on sum of float and realized PnL — Realized PnL と Floating PnL の合計。両方とも特定のマスターからコピーされたポジションに対して計算されます。
- Based on realized PnL with floating loss — Realized PnL に加え、マイナスのFloating PnL のみを合算。
- Based on realized PnL — Realized PnL のみ。
Trade Fee Accountingでは、支払われた取引手数料を利益から差し引くかどうかを選択します: Exclude trade fee from calculationは無視し、Consider Trade fee as lossは performance fee の課金対象となる利益からそれを差し引きます。
High-Water Mark
performance fee は常に High-Water Mark の原則に基づいて課金されます — 前回の手数料支払い成功時からの純利益の増分にのみ課金されます。口座が新たな高値を更新していない場合、手数料は課金されません。
Performance Fee Formula
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%はマスターの手数料プランから取得されます。
Management Fee
計算は 2 つのドロップダウンで制御されます:
- 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 日、月次(1 日に課金)では常に 30 日です。
Worked Examples
| シナリオ | 計算 | 手数料 |
|---|---|---|
| 15%年率、日次課金、残高 3,000 USD | 0.15 × 1/365 × 3000 | 1 日あたり 1.23 USD |
| 2%月次、4 月 15 日に購読、5 月 1 日に課金、残高 3,000 USD | 0.02 × 15/30 × 3000 | 30 USD(半期間の稼働) |
これらの計算式を変更すると、プラットフォーム全体での手数料計算方法に影響します。保存前に、意図した動作をファイナンスチームと確認してください。
