# 毛利率、營業利益率、純益率

**毛利率**

只與產品相關，不包含營業費用相關。

> **毛利率 = 全年毛利 / 全年營收**

**營業利益率**

除了產品外還包含了營業費用(薪資、廣告費)

> **營業利益率 = 全年營業利益 / 全年營收**

**淨利率**

扣除所有成本後的營收（包含產品成本和營業費用）

> **淨利率 = 全年稅後淨利 / 全年營收**

<https://statementdog.com/indicator_explain/margin.html>


---

# 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://easonwang.gitbook.io/finance/chapter1/mao-li-lv-3001-ying-ye-li-yi-lv-3001-chun-yi-lv.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.
