# Changelog

#### 1.07 - 30-04-2025

* Nieuwe binaire invoer toegevoegd: include\_listings.
* Bron toegevoegd als uitvoer in de referentie-uitvoer om te laten zien uit welke bron de referentie is opgehaald.

#### 1.06 - 23-12-2024

* Twee nieuwe geaccepteerde woningtypes toegevoegd: Eengezinswoning & Meergezinswoning.&#x20;
* De invoer voor houseaddition accepteert zowel hoofdletters als kleine letters.

#### 1.05 - 17-10-2024

* Er is een probleem opgelost met betrekking tot het buitenoppervlak en de volumewaarden die 0, 1 of zeer hoog waren.

#### 1.04 - 26-7-2022

* Verwijderd de time\_for\_sale van invoer en uitvoer.&#x20;
* Wanneer één of meer van de strict\_street, strict\_buurt, strict\_wijk, of strict\_energylabel invoeren zijn ingeschakeld, dan negeren we de garantie van de 3 referentieobjecten, en we geven terug wat gevonden is.

#### 1.03 - 6-6-2022

* When the “strict\_street” input is 1, then we search for the same street and the same city.
* Fixed some Elasticsearch queries.

#### 1.02 - 18-10-2022

* Add "housetype\_to\_search" as a list input, which defines for which house types the algorithm will search for ref. objects. The possible inputs are: \['Vrijstaande woning', 'Vrijstaande doelgroepwoning', 'Vrijstaande recreatiewoning', '2 onder 1 kap woning', 'Geschakelde 2 onder 1 kapwoning', 'Geschakelde woning', 'Tussen/rijwoning', 'Tussen/rij doelgroepwoning', 'Hoekwoning', 'Eindwoning', 'Galerijflat', 'Portiekflat', 'Corridorflat', 'Maisonnette', 'Benedenwoning', 'Bovenwoning', 'Portiekwoning']. If this input is provided, then in the ComparableHouseType output we display the given inputs by the user (as a list) and not 0, 1 or 2. If the algorithm is not able to find at least 3 ref. objects, then this input is ignored and the "comparable\_housetype" goes to 0.
* Added new possible "housetype" inputs. The acceptable inputs are the same as above.
* Change the default search weights. Inner: 0.2, Buildyear: 0.9, Transactiondate: 0.2, Distance: 0.5.
* If the user does not give an acceptable "valuationdate" as input, we provide a 422 error instead of 400.
* If the user does not give an acceptable "housetype\_to\_search" as input, we provide a 422 error.
* Enhanced the house-type matching for the comparable searches
* Add a new possible input (3) to "comparable\_innersurfacearea" and to "comparable\_buildyear", where the algorithm searches in 30% deviation and in 30 years window respectively.

#### 1.01 - 2-6-2022

* Added date\_limit as input, which defines how many months back the user is able to search for reference houses (min:6, max:60). Default = 60
* Guarantee a minimum of three reference objects as output by overriding user's input with defaults based on the following order of priority until a minimum of three reference objects are found:
  * Boolean (strict) inputs&#x20;
    * energylabel = 0&#x20;
    * wijk = 0&#x20;
    * buurt = 0&#x20;
    * street = 0
  * Restriction of date\_limit = 60
  * Comparables inputs
    * Comparable distance = 0
    * Inner surface area = 0
    * Build year = 0&#x20;
    * House type = 0
* Added adjusted inputs (9) as output to the API to match the used inputs versus the one provided to see which of these have been used to guarantee the minimum of three reference objects as output


---

# Agent Instructions: 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.altum.ai/taxeren-en-waarderen/interactieve-woningreferentie-api/changelog.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.
