> For the complete documentation index, see [llms.txt](https://housing-base.journalismarena.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://housing-base.journalismarena.eu/access-to-housing/media-stories/2019/deutsche-wohnen-announces-its-own-rental-cover-22-june-2019.md).

# Deutsche Wohnen announces its own rental cover (Der Spiegel, 22 June 2019)

* **Deutsche Wohnen announces its own rental cover**
* Original headline in German: *Deutsche Wohnen kündigt eigenen Mietendeckel an*
* Published in Der Spiegel, 22 June 2019
* <https://www.spiegel.de/wirtschaft/unternehmen/deutsche-wohnen-kuendigt-eigenen-mietendeckel-an-a-1273822.html>
* **Summary from Google Translate**:
  * Price cap and impending expropriation: Real estate companies like Deutsche Wohnen have recently come under pressure in Berlin. Now the company wants to defuse the discussion - with its own rules.
  * In the discussion about rapidly increasing rents, Deutsche Wohnen is approaching its critics: **From 1 July 2019, rent increases would be limited so that a household would have to spend a maximum of 30% of its net income on the net cold rent**, the real estate company announced on Saturday on its website.
  * **This voluntary commitment applies both to rent increases based on the respective local rent index and to rent increases after modernizations**. These measures are intended to take away the fear of tenants losing their homes. In addition, every fourth new apartment to be rented should be given to tenants who are entitled to a residence permit.
* **Keywords**: Germany, rental freeze, rental cover, rental cap, Deutsche Wohnen, affordability, big landlords

{% hint style="info" %}
Interesting questions from today's perspective (June 2020): how was this voluntary policy actually implemented? What were its effects on the rental housing market in Germany?
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://housing-base.journalismarena.eu/access-to-housing/media-stories/2019/deutsche-wohnen-announces-its-own-rental-cover-22-june-2019.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
