> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/circulation-user-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/circulation-user-manual/reporting/subscriber-menu/discount-prediction.md).

# Discount Prediction

Subscribers may receive discounts with their subscription in a number of ways, including discounts for a promotional or reduced rate, term discounts, and override discounts (if the term and length are overridden during a payment).

Circulation departments often track discount amounts closely, for AAM purposes and other reasons. The Discount Prediction report can be used to predict future discounts. For each rate code, the total discount amount and total number of subscribers are listed. Discounts for the next six fiscal periods will be given in separate columns; periods 7-9 and periods 10-12 will be in their own columns. The column heading will be the last date of the fiscal period.

### About the Calculations

* Subscriber discounts will be calculated through their current expire or end grace period.
* This report assumes that subscribers will stay on their current rates, and it uses those rates to predict the discounts.
* It uses the fiscal periods that have been set up to determine the blocks of time to value, and the current subscription periods to calculate discounts up to the next expire, renewal, or stop.
* All pending renewals are included in the calculations for each period.
* Grace period length is used to determine the rates for each period.
* The temp-stop logic works as follows, regardless of the Subscriber Type selected:
  * If there is a temp stop with a restart, the restart date will be used to start valuing the subscription (instead of the start date of the report). In other words, the lapse period is ignored. These subscribers are included in the upper section of the report.
  * If there is a temp stop with no restart:
    * If the expire or end-grace date is before the start date of the report, those subscribers are not included in the report.
    * If the expire or end-grace date is in the future, the start date of the report will be used to value the period. These subscribers are included in the Temp Stop section of the report, which includes both in-grace and paid subscribers.
* If a subscriber has a future perm stop, the discount will be calculated only up to the perm stop date. Discounts on available refunds for perm-stopped subscribers will not be included in the calculation.

#### To create this report:

* Select Discount Prediction from the Subscriber menu.<br>

  <figure><img src="/files/4hM8tVcBGWGUcGutA2yF" alt=""><figcaption></figcaption></figure>

* Click Add and complete the following fields.<br>

  <table><thead><tr><th width="150">Field</th><th width="137.9058402860548">Type</th><th>What to enter</th></tr></thead><tbody><tr><td>PRODUCT</td><td>setup</td><td>Enter the product to include in the report (enter “*” to multi-select products).</td></tr><tr><td>START DATE<br>END DATE</td><td>date</td><td>Enter the date range of the report. As this report predicts future discounts, the start date must be after the current publishing date.</td></tr><tr><td>SUBSCRIBER TYPE</td><td>predefined</td><td>Indicate whether only <em>paid</em> subscribers (who are not in grace) should be included, only <em>in grace</em> subscribers, or <em>both</em>.</td></tr><tr><td>SELECTION TYPE</td><td>predefined</td><td>Subscribers can be selected for the report based on <em>area, region, zone, district,</em> or <em>Zip code</em>. Enter the selection type in this field.</td></tr><tr><td>SELECTION</td><td>setup</td><td>Depending on what was entered in Selection Type, enter the area, region, zone, district or Zip code to include in the report, or enter “*” to multi-select.</td></tr><tr><td>REPORT TYPE</td><td>predefined</td><td>Indicate whether the report should contain the <em>detail</em> section (each rate code broken out by fiscal period), the <em>summary</em> section (grand totals for each rate code), or both.</td></tr><tr><td>EXPORT,<br>FILE NAME</td><td>yes/no<br>open (20)</td><td>Indicate whether the report should be exported to an ASCII file. If so, enter the file name to be used in the export. The file will be exported to the <code>/dti/exchange/cm</code> directory. The format is the same as the report, but with pipes (|) between columns.</td></tr></tbody></table>

* Click OK and then Continue to produce the report.

#### Example—Discount Prediction Report

![](/files/i0MwSkwnSYloHm98G8Fk)


---

# 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:

```
GET https://docs.navigaglobal.com/circulation-user-manual/reporting/subscriber-menu/discount-prediction.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.
