> 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/ko/bookkeeping/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/ko/bookkeeping/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.
