> 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/currency.md).

# 複数通貨と為替レート

複数通貨は、取引、口座、予算、投資、統計で使用できます。口座と取引は常に元の通貨を保持し、為替レートは通貨をまたぐ集計と表示に使用されます。

## 通貨と為替レートを管理する

**通貨と為替レート**を開き、通貨間のレートを確認または編集します。

{% hint style="info" %}
口座と取引は元の通貨を保持します。為替レートを変更しても、通貨換算と集計表示だけが変わり、元の金額は書き換えられません。
{% endhint %}

## 表示ルール

| 場所      | 表示方法                |
| ------- | ------------------- |
| 口座行     | 口座自身の通貨と残高を表示する     |
| 資産画面の上部 | 現在の統計通貨に換算して集計する    |
| 親子口座    | 子口座を先にメイン口座の通貨へ換算する |
| 統計と予算   | その画面で選択した通貨で表示する    |
| 両替の取引   | 振替元と振替先の金額をそれぞれ保持する |

## 両替を記録する

1. 取引追加時に **両替**を選びます。
2. 振替元と振替先の口座を選びます。
3. 両側の金額または今回の為替レートを入力します。
4. 保存すると、両方の口座残高が更新されます。

## 純資産の換算

資産画面は、現在のフィルタ範囲で資産、負債、純資産を計算します。口座行、上部の集計、現在の純資産には、現在時刻までに発生した取引だけが含まれます。未来の取引は、その時刻になると残高に反映されます。純資産推移は取引日ごとに口座残高を再現し、帳簿フィルタ、口座の統計設定、各日の為替レートを適用します。

{% hint style="warning" %}
口座行と画面の集計が異なる場合は、統計通貨、帳簿フィルタ、親子口座、為替レート、口座が統計から除外されていないかを確認してください。
{% 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/ji-lu/currency.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.
