```text
┌─────────────────────────┐
│ Offered selling options │
├─────────────────────────┴───────╥───────────────────┬──────────┬───────────────────┐
│ Applicant age ║ <25 │ [25..60] │ >60 │
├─────────────────────────────────╫────────┬──────────┼──────────┼──────────┬────────┤
│ Medical history ║ "good" │ "bad" │ - │ "good" │ "bad" │
╞═════════╤═══════════════════════╬════════╪══════════╪══════════╪══════════╪════════╡
│ Sell │ Applicant risk rating ║ "Low" │ "Medium" │ "Medium" │ "Medium" │ "High" │
│ options ├───────────────────────╫────────┼──────────┼──────────┼──────────┼────────┤
│ │ Special discount ║ 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 | `in` | <25 | <25 | [25..60] | >60 | >60 |
| Medical history | `in` | "good" | "bad" | - | "good" | "bad" |
| Applicant risk rating | `out` | "Low" | "Medium" | "Medium" | "Medium" | "High" |
| Special discount | `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 |