> For the complete documentation index, see [llms.txt](https://underwriting.homium.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://underwriting.homium.io/underwriting-borrowers/credit-assessment/requirements-for-credit-reports/general-requirements.md).

# General Requirements

Credit reports must meet the following general requirements:

* The report must include both credit and public record information for each locality in which the borrower has resided during the most recent two-year period. If the underwriter relies on credit reports from foreign countries to document borrower credit histories, the credit report must meet the requirements and standards for domestic reports, and must be completed in English or include an English translation. (Determining the Credit Score for a Mortgage Loan for information about credit scores in foreign credit reports.)&#x20;
* The report must include all discovered credit and legal information that is not considered obsolete under the Fair Credit Reporting Act. Although the Fair Credit Reporting Act currently specifies that credit information is not considered obsolete until after seven years, and bankruptcy information after ten years, Homium requires only a seven-year history to be reviewed for all credit and public record information.&#x20;
* The report must be an original report, with no erasures, white-outs, or alterations.&#x20;
* The report must include the full name, address, and telephone number of the credit reporting agency, as well as the names of the national repositories that the agency used to provide information for the report.&#x20;
* The credit reporting agency must make responsive statements about all items on the credit report—indicating “unable to verify” or “employer refused to verify,” when appropriate.&#x20;


---

# 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://underwriting.homium.io/underwriting-borrowers/credit-assessment/requirements-for-credit-reports/general-requirements.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.
