# Valuation 表介绍

Valuation 模块的记录基于日记帐生成，主要有5组数据：

1. Summary：本表按币种列出了资产和负债的公允价值，以及相关的未实现/短期已实现/长期已实现损益
2. Acquistion 表：此表列出了所有加密资产的获取记录。每一条获取记录分配一个唯一的编号（获取编号）以进行跟踪，以及对应的存货批次编号。在此表中可以看到数量、交易时的价格以及成本基础

<figure><img src="https://elvencom.feishu.cn/space/api/box/stream/download/asynccode/?code=NzI4NzY5ZjZjMWNjYjc4YWI1MTgzZDI3NzczYTI5OTJfRVBEZ2hXWHpUU1dYWHpLQmtTWnhUUHlMSXBnbEE3cFhfVG9rZW46QWI2emJjQzZJb1FrWkt4MmVGSWNaWW8zbkdiXzE3NDE4NTQ2MTE6MTc0MTg1ODIxMV9WNA" alt=""><figcaption></figcaption></figure>

3. Lots 表：此表列出了加密资产/负债的存货，基于获取记录生成。这里包含的信息与 Acquisition 表类似，但是用户可以在此表中看到特定批次的剩余数量。

<figure><img src="https://elvencom.feishu.cn/space/api/box/stream/download/asynccode/?code=NTJlNjk0YzEyZmUyNDI3NTFjNzQ4M2QxZWFjODA3ZDdfa2dHQ1ZjOUpjeWQ1azhJYTJVY29RWVBudDU2VzVSSENfVG9rZW46RUppcmJyZkM5b1Q5U1V4MFN3UWNucWFJbm5iXzE3NDE4NTQ2MTE6MTc0MTg1ODIxMV9WNA" alt=""><figcaption></figcaption></figure>

4. Disposal 表：此表列出了所有加密资产的处置记录，并计算了已实现损益，该损益通过将实际处置价格与该加密资产的成本基础进行比较来计算的。

利润表 Gain/Loss on crypto activities 金额的计算规则：Disposal 表 STRG\LTRG 列代表已实现损益的金额，系统基于已实现损益数据记账，因此一段期间的 disposal 数据中 STRG\LTRG 之和，等于该期间利润表“Gain/Loss on crypto activities”的金额。例如 Date 在“2025年2月1日至2025年2月28日之间”的所有 disposal 记录，STRG\LTRG 两列之和应当等于2025年2月利润表中 Gain/Loss on crypto actiities 的值。

<figure><img src="https://elvencom.feishu.cn/space/api/box/stream/download/asynccode/?code=MjAwYmJmZGFmM2JhMDQ3YzdmMDhmNjExZjNlZWVlZGZfbzBJVmpjZmJTTkVqRTF6aWw5dWZCS1RWbDRZOUFMam5fVG9rZW46TFd4dmJYZlU4bzRETHp4c2p5UmNHQXN5bjdkXzE3NDE4NTQ2MTE6MTc0MTg1ODIxMV9WNA" alt=""><figcaption></figcaption></figure>

5. Adjusting：此表列出了每种货币每日的未实现损益，通过使用 coingecko 作为价格源比较科目的账面金额和公允价值的差异计算。

<br>

<figure><img src="https://elvencom.feishu.cn/space/api/box/stream/download/asynccode/?code=Mzk4YjJkOTk0Y2M2YTI0MjAwYWZmNTVhZjAwYTcyMjJfd285MmxKVnJtNkNGWDdUbUY3cWFDT0tmTWRGM0Rtb09fVG9rZW46U3dCTGJwcVRCb0ZjcGx4UEFiSGN3NmVXbkRlXzE3NDE4NTQ2MTE6MTc0MTg1ODIxMV9WNA" alt=""><figcaption></figcaption></figure>


---

# 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://docs.elven.com/v3/chinese/valuation/jia-mi-zi-chan-gong-yun-jia-zhi-yu-tiao-zhang/valuation-biao-jie-shao.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.
