> 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/add-funds-to-your-funding-account/net-45-soi-funding-strategy.md).

# Net 45（SOI）資金戦略

その *Net 45（SOI）* この戦略では、生成されたパートナー支払い請求書に従ってアカウントに資金を入金していただく必要があります。これらの請求書に記載された金銭的義務の合計は、 [請求書明細書](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/understand-the-soi-and-prf-documents.md) （SOI）で確認できます。この文書は、前月のパートナー支払い請求書が作成された後に生成され、 **それ自体は請求書ではありません**。パートナー支払い請求書は、引き続き個別に精算する必要があります。方法を見る [請求書が精算される仕組み](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/finance-explained-for-brands.md).

{% hint style="success" %}
**注:** Starter Edition のアカウントは Net 45（SOI）資金調達戦略の対象外です。Starter アカウントは既定で [自動支払い付きプリファンダー](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/funder-types-for-brands-explained.md#prefunder-with-automated-payments) のファンダータイプです。Starter Edition をご利用でファンダータイプを変更したい場合は、 [サポートにお問い合わせください](https://app.impact.com/support/portal.ihtml?createTicket=true&) アカウントをアップグレードしてください。
{% endhint %}

## 主な特徴

* アクションのロック期間が30日を超える場合に最適です。
* アクションがロックされた後にアカウントへ入金するのに最適です。
* 請求書の精算に2週間未満で済ませたい場合に便利です。
* 請求書化された金銭的義務を基に、アカウントに入金すべき金額を判断します。

## 必要な財務書類と設定

* [請求書明細書](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/understand-the-soi-and-prf-documents.md) （SOI）
* [SOIドキュメント設定](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/manage-funding-account-document-settings-as-a-brand.md)
* [パートナー請求書](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/finance-documents/partner-payments-invoices-explained-for-brands.md)

## 戦略の実例

以下を使って説明します *スケジュール* サンプルのテンプレート条項のデータ：

* **アクションのロック：** アクションはロックされます **1** か月と **0** 日 **月末から** 追跡されます。
* **支払いスケジュール：** アクションの支払いは **15** 日 **その日の終了後に** ロックされると行われます。

では、実際にはどうなるのでしょうか？

1. たとえば、パートナーが1月にアクションを発生させたとします。月末時点で、1月に発生したすべてのアクションは保留状態のままです。
2. 2月を通して、1月のこれらのアクションは保留のままで、その間に修正したり取り消したりする時間があります（たとえば注文が返品された場合など）。
3. 1月のすべてのアクションは2月の最終日にロックされ、支払い対象として確定します。これでパートナーは、収益アカウントで自分の支払い額を *保留中*.
4. 3月1日に、impact.com が SOI ドキュメントを生成し、1月に発生したアクションに関するすべての請求書の支払金額をまとめます。このドキュメントには3月15日の支払日が含まれており、この日付は契約で指定された支払いスケジュールに基づいています。
5. SOI に記載された金額を [資金口座](/brand/ja/what-would-you-like-to-learn-about/platform-features/finance/add-funds-to-your-funding-account/your-funding-account-overview-explained.md) この例では3月15日の支払期限までに追加する必要があります。
   * 期限までに資金口座へ入金しない場合、アカウントはデフォルト状態となり、支払いは直ちに期日到来となります。アカウントに入金するまでパートナーには支払いが行われず、保留中の支払いについてはあなたに連絡するよう案内されます。

```mermaid
flowchart LR
    %% タイムラインのフロー
    subgraph Timeline [サンプルのタイムライン]
        Jan["📅 1月\n• パートナーがアクションを発生させる\n• すべてのアクションはPENDINGのまま"] 
        Feb["⏳ 2月\n• アクションは保留のまま\n• 返品の修正/取り消し期間"]
        EndFeb["🔒 2月末\n• アクションがLOCK\n• パートナーは保留中の収益を確認"]
        Mar01["📄 3月1日\n• impact.com がSOIを生成\n• 支払期限 3月15日"]

        Jan --> Feb --> EndFeb --> Mar01
    end

    %% 判定と結果
    Mar01 --> Choice{"3月15日までに？"}
    
    Choice -->|資金を追加| Success("✅  期日どおりの支払い\nパートナーにスムーズに資金が支払われます")
    Choice -->|資金なし| Default("❌  アカウントのデフォルト\n• 支払いは直ちに期日到来\n• 支払いは停止\n• パートナーにはあなたに連絡するよう案内")

    %% モダンテーマのスタイル（ネイティブ構文）
    style Timeline fill:#f4f5f7,stroke:#d2d6dc,stroke-width:2px,color:#333
    style Jan fill:#e3f2fd,stroke:#2196f3,stroke-width:2px
    style Feb fill:#fff3e0,stroke:#ff9800,stroke-width:2px
    style EndFeb fill:#fafafa,stroke:#616161,stroke-width:2px
    style Mar01 fill:#ede7f6,stroke:#673ab7,stroke-width:2px
    
    style Choice fill:#ffffff,stroke:#37474f,stroke-width:2px
    style Success fill:#e8f5e9,stroke:#2e7d32,stroke-width:2px,color:#1b5e20
    style Default fill:#ffebee,stroke:#c62828,stroke-width:2px,color:#b71c1c
```

## 資金調達戦略を変更しますか？

担当CSM（または [サポートにお問い合わせください](https://app.impact.com/support/portal.ihtml?createTicket=true\&accountType=ADVERTISER)）に連絡して、impact.com で資金調達戦略の変更について相談してください。これにより、パートナーとの有効な契約に影響が出る場合があり、テンプレート条項の更新が必要になることがあります。サポート担当者と連携し、使用したい資金調達戦略に合わせて関連する財務情報がすべて最新であることを確認してください。


---

# 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/add-funds-to-your-funding-account/net-45-soi-funding-strategy.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.
