Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add information about occupancy rate (% at a certain date) #130

Open
ghost opened this issue Jul 6, 2020 · 3 comments · May be fixed by #156
Open

Add information about occupancy rate (% at a certain date) #130

ghost opened this issue Jul 6, 2020 · 3 comments · May be fixed by #156
Assignees
Labels
Business need unclear Business cases are being discussed but not decided yet. Feature Request Missing functionality and changes

Comments

@ghost
Copy link

ghost commented Jul 6, 2020

Problem description
Some key indicators for the transaction of investment properties are missing in SwissRETS.

Desired Solution
A way to indicate the occupancy rate (i.e. the rented out area at a certain date / the total area)

This would require an option to indicate the percentage, and an option to indicate the reporting date.

@jensstalder
Copy link
Collaborator

@rgutzwiller

Something like this?

Just a rough example.

<property>
  <occupancyPercentages>
      <occupancyPercentage year="2020">70</occupancyPercentage>
      <occupancyPercentage year="2019">60</occupancyPercentage>
  </occupancies>
</property>

@ghost
Copy link
Author

ghost commented Oct 28, 2020

@jensstalder
There needs to be a way to link the percentage information to a certain day (not year)
Let's say: On the 22.09.2020 the occupancy percentage was at 93%

@jensstalder jensstalder self-assigned this Nov 2, 2020
@jensstalder
Copy link
Collaborator

jensstalder commented Nov 3, 2020

This could eventualy also work if only a single value is required at a date.

<property>
    <occupancyPercentage date="2020-01-01">70</occupancyPercentage>
</property>

@jensstalder jensstalder added the Feature Request Missing functionality and changes label Nov 17, 2020
@jensstalder jensstalder linked a pull request Nov 24, 2020 that will close this issue
@jensstalder jensstalder added this to the 2.1.0 milestone Nov 30, 2020
@jensstalder jensstalder added the Business need unclear Business cases are being discussed but not decided yet. label Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Business need unclear Business cases are being discussed but not decided yet. Feature Request Missing functionality and changes
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant