# Underwriting Report

All underwriting nodes will have authenticated access to all the asset originator's data and will produce multiple variable regarding risk of the asset passing it to lender contracts. \
\
1\. Probability of Default :- Indication of probability that a loan will default, this will help the protocol to choose high quality loans. \
2\. Maximum loss given default :- Amount of loss protocol will take if the loan defaults.\
3\. Tranches structure :- Depending on the above two parameters model will suggest a tranches structure.\
4\. Interest rate :- Provide interest rate for different tranches based on the risk factors. \
\
**Note:  These parameters are initial set of info which is essential for loan decision, there could be some additional parameters based on the asset type and protocol requirements.**&#x20;


---

# 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.qiro.fi/products/qiro-underwriting-engine/underwriting-report.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.
