# Match Config Preview

> Read-only `MATCH_CONFIG` from `@nwa/partners` (code config only). Date-based caps use render time.
>
> Filters: view=by-partner, partner=allworth-financial

## Allworth Financial

- slug: `allworth-financial`
- buyerId: `5b7a16fc-5e8a-11f0-8060-2704dce63806`

### Payouts by range

- Under $100k: 1x $25 · 2x $19 · 3x $13 (partner)
- $100k – $250k: 1x $75 · 2x $50 · 3x $38 (partner)
- $250k – $500k: 1x $300 · 2x $225 · 3x $150 (partner)
- $500k – $1M: 1x $575 · 2x $431 · 3x $288 (partner)
- Over $1M: 1x $1150 · 2x $863 · 3x $575 (partner)

#### Base config
- Caps: $40,000 / month
- Matching criteria:
  - `wantsTheLead`
```js
({numberOfBuyers:a})=>a>2
```
  - `afterMatch`
```js
a => !(a.length < 3) || (console.info("Minimum number of buyers not reached, removing Allworth Financial from the list of buyers"), false)
```
- Geo: states TX, CA, WA, CO, AZ, NM, IL, IN, MD, GA, NJ, OR, OH, MO, KS, NC
- API: async, enabled · frequency lead
- Calendar: ONCEHUB

### base partner placement

Placements:

- Position 1 · Over $1M (`OVER_1M`) · MEDIUM
  - Full bucket: [1. allworth-financial, 2. mission-wealth, 3. pure-financial-advisors, 4. pcm-encore, 5. tvamp]

#### Config
- Caps: $40,000 / month
- Matching criteria:
  - `wantsTheLead`
```js
({numberOfBuyers:a})=>a>2
```
  - `afterMatch`
```js
a => !(a.length < 3) || (console.info("Minimum number of buyers not reached, removing Allworth Financial from the list of buyers"), false)
```
- Geo: states TX, CA, WA, CO, AZ, NM, IL, IN, MD, GA, NJ, OR, OH, MO, KS, NC
- API: async, enabled · frequency lead
- Calendar: ONCEHUB
