# 生物多样性信用的计算

构成该单位的计算 *必须* 具有特定方法学属性。真正的 *单位*，仅用于为最终输出提供标准化维度。然而，许多人要求给出一个公式，因此，一个统一计算公式的简单示例如下，且可根据基于面积的方法学进一步修订。

{% embed url="<https://docs.google.com/presentation/d/1IM6TZF4qaPTNbh1shqHEYMzfhkpWkI_WeFIAGRzHjXo/edit#slide=id.g1f7de8117af_0_130>" %}
计算示意图
{% endembed %}

通用计算示例：

$$
\textrm{VBCs}= \sum\_{a \in A} \sum\_{t=1}^{T}  \textrm{Integrity}\_{a, t}
$$

变量

* 其中 *a* 为单位面积（1公顷）&#x20;
* 其中 *A* 为项目面积
* 其中 *t* 为单位时间（1个月），单位时间的起点为 *t=0*，第一个单位时间的终点为 *t=1。*&#x20;
* 其中 *T* 为监测期

### 修复计算

根据定义，修复项目监测将导致完整性提升的行动。鉴于单位时间较短，在计入信用的期间内，按每个连续月份直接记入完整性是合理的。&#x20;

许多方法学在计入信用时会选择扣除基线完整性。然而，为实现公平计入，从一个计入期间更新到下一个计入期间时，该基线的更新机制必须清晰明确。&#x20;

$$
\textrm{VBCs}= \sum\_{a \in A} \sum\_{t=1}^{T}  (\textrm{Integrity}*{a, t} - \textrm{Integrity}*{a, \textrm{Baseline}})
$$

平均而言，销售生物多样性信用的修复项目，其信用价格比保护项目高10倍。该单位旨在以可比格式清晰记录这一安排对生物多样性本身的影响，而非为性质差异显著且往往劳动密集度更高的活动设定定价。&#x20;

### 保护计算

成功的修复项目需要转向保护活动，且部分项目可能在两者之间呈现异质性或分段性。&#x20;

根据定义，保护项目是旨在维持近乎完全完整性的行动。其纳入范围很可能设有完整性评分的截断阈值。&#x20;

$$
\textrm{VBCs}= \sum\_{a \in A} \sum\_{t=1}^{T}  \textrm{Integrity}\_{a, t}
$$


---

# 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://unit.savimbo.com/zh-cn/sheng-wu-duo-yang-xing-xin-yong-de-ji-suan.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.
