# About Account Rates

Accounts (carriers and dealers) are rated based on their draw. Rates may be *copy rates* (a rate per paper) or *period* rates (a rate per subscription or single copy equivalent). If using a copy rate, the draw charge for a month would be the total draw for that month times the copy rate. If using period rating, Circulation would use the formula:

| (total draw \* period rate) / number of days in period |
| ------------------------------------------------------ |

Period rates may (based on Business Rules) vary by day of the week. In vary-by-day rating, each day of the week has its own period rate. For example, you could have a monthly rate of 4.00 per subscription for all Sundays in the month, 1.50 per subscription for all Mondays, 1.50 for all Tuesdays, etc. The above formula would still be used, but for each weekday separately.

Account rates can change based on draw type, delivery schedule, day of week, or (if allowed by Business Rules) the rate code of the subscriber being delivered. So, a single account may receive different rates for different types of draw. See Account Rates in the Setup Manual for more information.


---

# 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/accounting/introduction/about-account-rates.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.
