# Recharge: Monthly Recurring Revenue

## Description

* Each record represents a customer, MRR, and non-MRR generated on a monthly basis.

## Supported Data Sources

* <img src="https://fivetran.com/integrations/recharge/resources/recharge.svg" alt="" data-size="line"> Recharge

## Columns

| Type    | Name                               | Description                                                                                                                                                                                                            |
| ------- | ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| DATE    | date\_month                        | Month the metrics were calculated.                                                                                                                                                                                     |
| INTEGER | customer\_id                       | The unique identifier of the customer.                                                                                                                                                                                 |
| INTEGER | recurring\_orders                  | The number of successful recurring orders counted in the month.                                                                                                                                                        |
| DECIMAL | total\_net\_recurring\_charges     | The current net monthly recurring revenue for the customer based on charges, taking into account discounts and refunds.                                                                                                |
| DECIMAL | calculated\_net\_order\_mrr        | The current net monthly recurring revenue for the customer based on orders, taking into account discounts and refunds. This is the recurring charges divided equally amongst all orders stemming from the same charge. |
| INTEGER | one\_time\_orders                  | The number of successful one-time orders counted in the month.                                                                                                                                                         |
| DECIMAL | total\_net\_one\_time\_charges     | The current net monthly one-time revenue for the customer based on charges, taking into account discounts and refunds.                                                                                                 |
| DECIMAL | calculated\_net\_order\_one\_times | The current net monthly one-time revenue for the customer based on orders, taking into account discounts and refunds. This is the one-time charges divided equally amongst all orders stemming from the same charge.   |


---

# 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://endash-guidance-docs.gitbook.io/cigro-data-templates/data-model-templates/recharge-monthly-recurring-revenue.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.
