# 純資産、負債、総資産はどのように計算されるのですか？

純資産、負債、総資産の計算方法は以下の通りです。

**1.純資産＝各アカウントの初期金額 + 収入 - 支出 + 為替損益(外貨ある場合のみ)**

&#x20; ※純資産は本当の自分のお金

**2.負債＝クレジットカードの未支払分の金額　＋　その他負債（借金など）**

**3. 総資産＝純資産＋負債**

&#x20; ※総資産は負債を控除する前のすべてのお金


---

# Agent Instructions: 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:

```
GET https://kakeibo-faq.swalloworkstudio.com/hadonoyounisarerunodesuka.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
