> For the complete documentation index, see [llms.txt](https://resource-network.gitbook.io/resource-technical/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://resource-network.gitbook.io/resource-technical/07-technology/7.5-financial-data-and-data-providers.md).

# 7.5 Financial Data & Data Providers

With privacy in mind, Underwriters have access to a subset of a business's traditional on and off chain financial data in order to make informed decisions.

This data is provided by the "Data Provider" role which can be any entity that collects valuable data on a members’ network. This role could conceivably be played by any traditional financial institution, financial technology companies, accounting software, reputation platforms, or software companies that collect data pertinent to underwriting network members.

Each network operator determines who they allow to act as their data provider or providers. The operator will subsequently determine how much or little data they allow their underwriters to gain access to and should choose their provider with that level of privacy in mind.

The data provider should ideally provide data that consists of payment history, amounts owed and repaid, and length of credit history, qualitative social metrics, etc. Each network's business requirements will be unique to network and the data should reflect those requirements.

In the data provider role, there exists two key layers - the source and the analysis. The source is the raw data whereas the analysis on that data is what provides a summation of the sources and generally depicts the overall health of the members in question.


---

# 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://resource-network.gitbook.io/resource-technical/07-technology/7.5-financial-data-and-data-providers.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.
