> For the complete documentation index, see [llms.txt](https://steakhouse.financial/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://steakhouse.financial/docs/risk-management/zh/collateral/final-market-rating.md).

# 最终市场评级

最终市场评级是一个单一分数，用于决定某个借贷市场是否符合纳入 Steakhouse Financial 金库的资格。它是三层中的最差评级：调整后资产评级、平台评级和市场评级。评级范围从 AA 到 C，结果会直接映射到 Steakhouse 产品的适用资格。

| 最终市场评级     | 层级                                                                                                 |
| ---------- | -------------------------------------------------------------------------------------------------- |
|            | [调整后资产评级](/docs/risk-management/zh/collateral/adjusted-asset-rating.md)                            |
|            | [平台评级](/docs/risk-management/zh/collateral/layers-pillars-and-criteria/platform-rating-layer-2.md) |
|            | [市场评级](/docs/risk-management/zh/collateral/layers-pillars-and-criteria/market-rating-layer-3.md)   |
| **最终市场评级** | **各层中的最低评级**                                                                                       |

它按照中所述的等级进行评级 [评级等级](/docs/risk-management/zh/collateral/layers-pillars-and-criteria.md#rating-grades) 部分，从 **AA** （最高质量）到 **C** （风险最高的做法），FMR 决定了该资产在 Steakhouse 产品范围内的适用资格。

{% content-ref url="/pages/7c1e3597bb1a83b06a9c28c0f4576ada7d49eda3" %}
[抵押品标准](/docs/risk-management/zh/collateral/collateral-standards.md)
{% endcontent-ref %}

{% content-ref url="/pages/e084f142306610c694f560b0ed39bf05ed477fbc" %}
[层级、支柱与标准](/docs/risk-management/zh/collateral/layers-pillars-and-criteria.md)
{% endcontent-ref %}


---

# 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://steakhouse.financial/docs/risk-management/zh/collateral/final-market-rating.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.
