> For the complete documentation index, see [llms.txt](https://help.daak2.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daak2.com/ja/ito/fixed-deposit.md).

# 定期預金

## 定期預金を作成する

1. **定期預金**を開き、右上の \*\*+\*\*をタップします。
2. 名前、元金、年利、開始日を入力します。
3. 元金口座、期間、利息の受取方法を選びます。
4. 自動作成された利息予定を確認して保存します。

| 利息の受取方法      | 使用方法                    |
| ------------ | ----------------------- |
| **満期時に元利一括** | 満期時に元金と利息をまとめて確認する      |
| **毎月受取**     | 毎月、確認待ちの利息回を 1 つ作成する    |
| **四半期ごとに受取** | 四半期ごとに確認待ちの利息回を 1 つ作成する |
| **毎年受取**     | 毎年、確認待ちの利息回を 1 つ作成する    |

## 利息を確認する

1. 定期預金をタップして詳細を開きます。
2. 期日を迎えた利息回を選びます。
3. 実際の入金額、口座、日付を確認します。
4. 保存すると利息の取引が作成され、プラン履歴が更新されます。

{% hint style="warning" %}
予定利息と銀行からの実際の入金額が異なる場合は、利息の確認時に実際の入金額を入力してください。
{% endhint %}

## 編集と削除

編集画面では、プラン情報と未確認の利息予定を調整できます。途中で終了する場合はプランを開き、**途中終了**を選びます。終了したプランは、定期預金画面下部の **終了済み**から確認できます。

{% hint style="danger" %}
定期預金プランと関連する取引を削除すると元に戻せません。
{% endhint %}


---

# 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.daak2.com/ja/ito/fixed-deposit.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.
