> For the complete documentation index, see [llms.txt](https://help.impact.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/how-are-volume-usage-rates-calculated.md).

# ボリューム使用率はどのように計算されますか？

impact.com は、Payment Processing Volume（PPV）を、プログラムで当社が処理する支払い件数を測定する指標として使用しています。処理量が購入済みの PPV ティアを超えた場合、増分ボリューム料金（または超過料金）を請求する場合があります。

#### 要約版

* impact.com は、毎月、各プログラムで当社が処理した実際の PPV を継続的に集計しています。
* 月末に、impact.com は実際の PPV を購入済みの PPV ティアと比較します。
* プログラムの実際の PPV が割り当てられた PPV を超えた場合、増分成長手数料を計算します。

#### 増分成長手数料の計算

増分成長手数料を計算する際、impact.com は次の主要な要素を使用します：

|                                 |                  |
| ------------------------------- | ---------------- |
| 対象期間における実際の PPV 値               | `実績`             |
| 対象期間における購入済み PPV                | `購入`             |
| 購入済み PPV ボリュームを超える PPV に適用される割合 | `割合`             |
| 増分成長料金                          | `(実績 - 購入) × 割合` |

{% hint style="info" %}
**例:** 標準の月間支払い処理量の場合、増分成長手数料は次のように計算されます。追加の月間支払い処理量の 15.4%（例：追加の支払い処理増分ボリューム `$10,000 × 0.154 = $1,540`).

たとえば、月間支払い処理量の標準ティアが $17,500 だとします。ある月に、あなたのアカウントで $20,000 相当の支払いを処理したと集計されたとします。

増分成長手数料は次のように計算されます `（$20,000 - $17,500）× 15.4% = $385`.

この金額は、次回の請求書に追加の明細項目として加算されます。
{% endhint %}

#### 支払いの種類

Payment Processing Volume（PPV）という用語には、impact.com を通じて処理される以下の取引のすべての処理量が含まれます：

| 支払いの種類                                                                                                                                                                                  | 説明                                                                                       |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| アクション費用                                                                                                                                                                                 | アクションへの支払いに関連する費用。具体的にはコミッションです。                                                         |
| [パフォーマンスボーナス](/brand/ja/what-would-you-like-to-learn-about/platform-features/contracts-and-template-terms/template-terms/payout-adjustments/performance-bonus/performance-bonus-faq.md) | コミッションに加えて支払われる追加のパフォーマンスボーナス。                                                           |
| 最低 EPC 費用                                                                                                                                                                               | 最低クリック収益（EPC）に関連する費用。                                                                    |
| スロッティング費用                                                                                                                                                                               | スロッティング費用または掲載費用を請求するパートナーに関連する費用。これらの費用は、請求サイクル内で契約が有効だった正確な日数に応じて日割り計算される、遅延請求の月額料金です。 |
| [パートナーへの資金送金](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/partner-funds-transfer/transfer-funds-to-a-partner.md)                                             | パートナーに送金される資金。                                                                           |

#### 利用料金はどこで確認できますか？

* 次を実行してください： *ステータスおよび取引タイプ別の利用量* [レポート](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-usage-volume-by-status-and-transaction-type.md).
* あなたの [*プランの使用量*](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/view-your-impactcom-subscription-and-usage-details.md#view-your-usage-details-0-2) の詳細を *サブスクリプション* 画面。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.impact.com/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/your-subscription/how-are-volume-usage-rates-calculated.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
