> 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では、あなたのプログラムに対して当社が処理する支払い件数を測定する指標として、支払処理量（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 %}

#### 支払いの種類

支払処理量（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.
