> 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/ji-lu/types.md).

# 取引タイプ

## 通常のタイプ

| タイプ      | 使用方法                              |
| -------- | --------------------------------- |
| **支出**   | 支払口座と支出カテゴリを選ぶ。保存すると口座残高が減る       |
| **収入**   | 入金口座と収入カテゴリを選ぶ。保存すると口座残高が増える      |
| **振替**   | 振替元と振替先の口座を選ぶ。両方の残高が同時に変化する       |
| **両替**   | 通貨が異なる口座について、両側の金額または為替レートを入力する   |
| **残高更新** | 口座の実際の現在残高を入力し、Daak が残高調整の取引を作成する |

## 貸し借りと精算

| タイプ         | 開き方と操作                         |
| ----------- | ------------------------------ |
| **貸付 / 借入** | 貸し借り機能または取引タイプから開き、相手と口座を入力する  |
| **回収 / 返済** | 対応する貸し借りの記録から続けて操作し、一部金額も記録できる |
| **精算待ちの支出** | 支出の追加時に精算待ちを有効にし、後から精算画面で処理する  |
| **返金**      | 元の支出から開始し、返金額と入金口座を入力する        |

## プランと投資のタイプ

貯金、分割払い、定期預金、投資では関連する取引が作成されます。貯金、引き出し、分割払い返済、定期預金利息、買付、売却、分配金、配当などが含まれます。

{% hint style="warning" %}
関連する取引は、できるだけ元のプランまたは投資画面から編集してください。期数、進捗、保有数量、収益も同時に更新されます。
{% endhint %}

## リワードのタイプ

口座でリワードを有効にすると、キャッシュリワード、ポイントリワード、ポイント利用を記録できます。これらは口座の現金またはポイント統計を更新します。詳しくは[口座リワード](/ja/zi-chan/rewards.md)を参照してください。


---

# 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/ji-lu/types.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.
