# Exclude measures

### Measures to exculde table

| Measure code | Description                 | Type                   |
| ------------ | --------------------------- | ---------------------- |
| 1002         | Matig                       | Wall insulation        |
| 1003         | Goed                        | Wall insulation        |
| 1004         | Zeer goed                   | Wall insulation        |
| 2002         | Matig                       | Floor insulation       |
| 2003         | Goed                        | Floor insulation       |
| 2004         | Zeer goed                   | Floor insulation       |
| 3102         | Matig                       | Roof sloped insulation |
| 3103         | Goed                        | Roof sloped insulation |
| 3104         | Zeer goed                   | Roof sloped insulation |
| 3202         | Matig                       | Roof flat insulation   |
| 3203         | Goed                        | Roof flat insulation   |
| 3204         | Zeer goed                   | Roof flat insulation   |
| 4102         | Dubbel glas                 | Windows living room    |
| 4103         | HR++ glas                   | Windows living room    |
| 4104         | Drievoudig glas             | Windows living room    |
| 4202         | Dubbel glas                 | Windows bedroom        |
| 4203         | HR++ glas                   | Windows bedroom        |
| 4204         | Drievoudig glas             | Windows bedroom        |
| 5004         | HR combi                    | Installation           |
| 5005         | HR combi met zonneboiler    | Installation           |
| 5006         | Elektrishe lucht-water WP   | Installation           |
| 5008         | Hybride WP                  | Installation           |
| 8002         | Mechanische afzuiging       | Ventilation            |
| 8003         | Balansventilatie met wtw    | Ventilation            |
| 8004         | Decentrale balansventilatie | Ventilation            |

#### **Example**

```
{
    "postcode": "2771DS",
    "housenumber": 87,
    "houseaddition": "",
    "exclude_measures": [2004,5006]
}
```
