> 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/adjusted-asset-rating.md).

# 调整后资产评级

在 Steakhouse Financial 的风险模型中，调整后资产评级通过取两个输入中的较优者来重新计算资产评级：基础信用风险分数，以及源自市场层面保护措施的信用增级分数。

<table><thead><tr><th width="200">资产层</th><th>支柱</th></tr></thead><tbody><tr><td>资产评级支柱</td><td><a href="/pages/0bb0e12ca9b34b27974a17fdea5c1b076533971e">发行方风险</a></td></tr><tr><td></td><td><a href="/pages/96604192dfe099d06fa452c9e5931b855f5eff26">信用增级</a>：最佳评级（<br>资产层面的信用风险，<br>市场层面的信用增级）</td></tr><tr><td></td><td><a href="/pages/1d0c935d2597f7080ce49aba4df334f97af7d020">运营风险</a></td></tr><tr><td><strong>调整后资产评级</strong></td><td><strong>各标准中的最差评级</strong></td></tr></tbody></table>


---

# 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/adjusted-asset-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.
