```text
┌─────────────────────────┐
│ Offered selling options │
├─────────────────────────┴───────┬───────────────────────────╥───────────────────┬──────────┬───────────────────┐
│ Applicant age │ <25, [25..60], >60 ║ <25 │ [25..60] │ >60 │
├─────────────────────────────────┼───────────────────────────╫────────┬──────────┼──────────┼──────────┬────────┤
│ Medical history │ "good", "bad" ║ "good" │ "bad" │ - │ "good" │ "bad" │
╞═════════╤═══════════════════════╪═══════════════════════════╬════════╪══════════╪══════════╪══════════╪════════╡
│ Sell │ Applicant risk rating │ "Low", "Medium", _"High"_ ║ "Low" │ "Medium" │ "Medium" │ "Medium" │ "High" │
│ options ├───────────────────────┼───────────────────────────╫────────┼──────────┼──────────┼──────────┼────────┤
│ │ Special discount │ 0, 5, 10 ║ 10 │ 5 │ 5 │ 5 │ 0 │
╞═════════╧═══════════════════════╪═══════════════════════════╬════════╪══════════╪══════════╪══════════╪════════╡
│ Additional acceptance │ ║ No │ No │ No │ No │ Yes │
├─────────────────────────────────┼───────────────────────────╫────────┼──────────┼──────────┼──────────┼────────┤
│ Reference │ ║ Ref 1 │ Ref 2 │ Ref 3 │ Ref 4 │ Ref 5 │
├─────────────────────────────────┼───────────────────────────╫────────┼──────────┼──────────┼──────────┼────────┤
│ U │ ║ 1 │ 2 │ 3 │ 4 │ 5 │
└─────────────────────────────────┴───────────────────────────╨────────┴──────────┴──────────┴──────────┴────────┘
```
> # Offered selling options
> Sell options
| Applicant age | <25, [25..60], >60 | `in` | <25 | <25 | [25..60] | >60 | >60 |
| Medical history | "good", "bad" | `in` | "good" | "bad" | - | "good" | "bad" |
| Applicant risk rating | "Low", "Medium", **"High"** | `out` | "Low" | "Medium" | "Medium" | "Medium" | "High" |
| Special discount | 0, 5, 10 | `out` | 10 | 5 | 5 | 5 | 0 |
| Additional acceptance | | `ann` | No | No | No | No | Yes |
| Reference | | `ann` | Ref 1 | Ref 2 | Ref 3 | Ref 4 | Ref 5 |