# Rate by 100

The Rate by 100 Report is a useful summary of a publication’s per-copy rates for accounts, broken out by AAM zone. For two date ranges, it lists:

* Total charges:
  * Draw charges and credits, including draw adjustments (draw \* rate)
  * Return credits (returns \* rate)
  * Net charges (draw charges - return credits)
* Total copies:
  * Total draw, including draw adjustments
  * Total returns
  * Net draw (draw - returns)
* Average copies:
  * Total draw / number of publishing days in range
  * Total returns / number of publishing days in range
  * Net draw / number of publishing days in range
* Average rate per 100:
  * (Draw charges / total draw) \* 100
  * (Return credits / total returns) \* 100
  * (Net charges / net total) \* 100

The report will print in publication order and, within each publication, in AAM zone order. The report does not rate draw on its own, but relies on draw information created by Account Billing Processing (see the ***Accounting*** chapter of the User Manual). Therefore, if you want unbilled charges included on the report you must start an account billing run, process it, create the Rate by 100 Report, and then undo the billing run. Bulk and unpaid circulation is not included on the report.

#### To create the Rate By 100 Report:

* Select Rate By 100 from the Management menu to display the Rate By 100 Report window.<br>

  <figure><img src="/files/bH0hxazCCDiaMz8h3tG6" alt=""><figcaption></figcaption></figure>
* Click Add and complete the following fields.<br>

  <table><thead><tr><th width="139">Field</th><th width="116.9058402860548">Type</th><th width="371.2">What to enter</th></tr></thead><tbody><tr><td>PRODUCT</td><td>setup</td><td>Enter the publication to include in this report (enter “*” to multi-select publications).</td></tr><tr><td>PERIOD 1<br>PERIOD 2</td><td>date</td><td>In the four date fields, specify the two ranges of dates to compare.</td></tr><tr><td>WEEKDAYS</td><td>predefined</td><td>Indicate which days of the week should be included in the report. For example, you may want to include only Thursdays. Enter “*” to multi-select days.</td></tr></tbody></table>
* Click OK and then Continue to produce the report.

#### Example—Rate By 100 Report

<figure><img src="/files/yvXddAo5bnF1NcFL4nSE" alt=""><figcaption></figcaption></figure>


---

# 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.navigaglobal.com/circulation-user-manual/reporting/management-menu/rate-by-100.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.
