> For the complete documentation index, see [llms.txt](https://docs.nors.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nors.global/assessment/report-properties.md).

# NORS Assurance Report Properties

The NORS Certification Program has specific certification requirements. Organizations seeking NORS Certification should contact <nors@liquidcollective.io> for any questions.

## Assurance Report Requirements

* The assurance report must cover all control objectives set out in NORS.
* The assurance report cannot contain any qualifications.
* The assurance report must be a reasonable assurance report, adhering to assurance standards deemed appropriate NORS Inc.\*
* The assurance report must be presented in a manner and with a level of detail and quality deemed sufficient by NORS Inc.\*
* The audit must be conducted by an audit team led by a NORS Qualified Assessor.\*

## Certification Requirements

* Organizations applying for their initial NORS certification can submit a point-in-time report. This report should consider whether the controls implemented by the organization have been suitably designed to achieve the control objectives set out in NORS as of a specific date.
* For subsequent applications for NORS Recertification of the same system, only a 12-month period-of-time report will be accepted. This report should consider the effectiveness of the organization's controls to achieve the control objectives set out in NORS throughout a period.
* For the purpose of application for NORS recertification, there should be no gap in the period coverage of the 12-month recurring assurance reports, except in cases pre-approved by NORS Inc. (which may be withheld at NORS Inc.’s sole discretion).
* A NORS Certification granted with a point-in-time report is valid for 12 months from the date of the assurance report.
* A NORS Certification granted with a period-of-time report is valid for 12 months from the end date of the assurance report's reporting period.
* Organizations that achieve NORS Certification agree to be listed on the NORS website and documentation under the section titled '[NORS Certified Entities](/certification-directory.md)'. This listing will remain for the entire duration of their certification and for an additional year after their certification status has expired. The listing will include the organization's name, contact information, the scope of the certification, and the current status of the certification.

NORS Inc. reserves the right to modify these requirements at any time.

[*NORS Qualified Assessors*](/assessor-directory.md) *should be engaged to understand further specifics regarding the points marked with \*.*


---

# 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://docs.nors.global/assessment/report-properties.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.
