> For the complete documentation index, see [llms.txt](https://docs.zipwire.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zipwire.io/zipwire-approve/unboxing-key-concepts/rate-plans.md).

# Rate Plans

A **Rate Plan** is a per-sender payment table that defines what they get paid (and what clients are charged) at each tier defined in the Billing Plan.

## Rate Plan Structure

Rate plans are **two-sided**:

| Side       | Definition                           |
| ---------- | ------------------------------------ |
| **Pay**    | What the sender earns per unit       |
| **Charge** | What's billed to the client per unit |

Each side has **three tiers** (A, B, C) that directly correspond to the tiers in the Billing Plan:

* **Tier A** — Standard hours rate
* **Tier B** — Overtime rate
* **Tier C** — Premium/night rate

## Multi-Currency Support

You can pay senders in one currency and charge clients in another:

* Sender gets paid: £75/hr (GBP)
* Client is charged: $95/hr (USD)

## Sender-Specific & Temporal

Each **sender gets their own rate plan** within an assignment, allowing:

* Different rates for different skill levels (Alice: £75/hr, Bob: £100/hr)
* **Scheduled rate changes** — Update rates on a specific date without affecting timesheets already submitted
* **Multiple effective periods** — You can have Rate Plan v1 (Jan 1 - Jun 30) and Rate Plan v2 (Jul 1 onwards)

## References Billing Plan

Every Rate Plan references a **Billing Plan**, which defines the tier structure and time units:

* "Use billing plan BP1 (8-hour hourly grid) with these rates: Tier A £75/hr, Tier B £100/hr"
* Multiple senders can share the same billing plan but have different rate plans (different pay rates)


---

# 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.zipwire.io/zipwire-approve/unboxing-key-concepts/rate-plans.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.
