---
title: "Vergleichsobjekt"
url: "https://maklerportal.apim.eu/apis/marktwertermittlung/versions/cb8e224b-f566-49d5-9923-11559fca3319/schemas/Vergleichsobjekt"
---

> Full API specification: https://maklerportal.apim.eu/apis/marktwertermittlung/versions/cb8e224b-f566-49d5-9923-11559fca3319.md

# Vergleichsobjekt

## OpenAPI definition

```yaml
openapi: 3.0.3
info:
  title: Marktwertermittlung
  version: 1.0.0
servers:
  - url: https://api.maklerportal.example/v1
    description: Produktion
  - url: https://sandbox.api.maklerportal.example/v1
    description: Sandbox
components:
  schemas:
    Vergleichsobjekt:
      type: object
      properties:
        strasse_gerundet:
          type: string
          example: Falkenried
        wohnflaeche_qm:
          type: number
          format: float
          example: 82
        zimmer:
          type: number
          format: float
          example: 3
        baujahr:
          type: integer
          example: 1911
        kaufpreis_eur:
          type: integer
          example: 615000
        quadratmeterpreis_eur:
          type: integer
          example: 7500
        abschluss_monat:
          type: string
          example: 2026-03
```
