# Credit Signals

## Current Credit Signal

The Synnax Current Credit Signal provides an assessment of a company's creditworthiness on a scale from 100 to 0. This score is derived from the average of probabilities predicted by a decentralized and independent network of machine learning models, weighted by each models' accuracy in its previous forecasting of the company's subsequently realized financial data.

Scoring system:

* 100—85 ⟹ <mark style="color:green;">`Superior`</mark>&#x20;
* 84—70 ⟹ <mark style="color:green;">`Strong`</mark>&#x20;
* 69—50 ⟹ <mark style="color:green;">`Fair`</mark>&#x20;
* 49—0 ⟹ <mark style="color:red;">`Credit Concern`</mark>&#x20;

Overall, scores from 100 to 50 represent a credit signal with no significant concerns. However, scores from 49 to 0 indicate a credit concern and will be labelled accordingly.

## Forecasted Credit Signal

The Synnax Forecasted Credit Signal provides an assessment of a company's future creditworthiness on a scale from 100 to 0. This score is calculated based on the average of future status probabilities predicted by a decentralized and independent network of machine learning models, weighted by each model's accuracy in predicting the company's most recent realized financial data.

Scoring system:

* 100—85 ⟹ <mark style="color:green;">`Superior`</mark>&#x20;
* 84—70 ⟹ <mark style="color:green;">`Strong`</mark>&#x20;
* 69—50 ⟹ <mark style="color:green;">`Fair`</mark>&#x20;
* 49—0 ⟹ <mark style="color:red;">`Credit Concern`</mark>&#x20;

Overall, scores from 100 to 50 indicate no significant concerns regarding the company’s future credit strength. However, scores from 49 to 0 indicate a credit concern and will be labelled accordingly.


---

# 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.synnax.ai/synnax/synnax-finance/credit-signals.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.
