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 net annual rent (actual vs. target) #129

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

Add information about net annual rent (actual vs. target) #129

ghost opened this issue Jul 6, 2020 · 3 comments · May be fixed by #154
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
Add information about:

  • net annual rent (actual): earnings from existing rental contracts by reporting date
  • net annual rent (target): earnings from rental contracts when all units are rented out
@jensstalder
Copy link
Collaborator

jensstalder commented Oct 27, 2020

@rgutzwiller

Are these equivalent to <rentalIncomeNet> and <rentalIncomeGross> (Current implementation within CASAONE) or do these represent something different? Like with and without additional costs?

If they are seperate something like this?

<prices>
    <buy>
       <price>123456</price>
       <currentAnnualRentalIncome>12345</currentAnnualRentalIncome>
       <targetAnnualRentalIncome>15345</targetAnnualRentalIncome> (or <potentialAnnualRentalIncome>?)
    </buy>
</prices>

@jensstalder jensstalder moved this from To do to In progress in Investment Properties Oct 30, 2020
@ghost
Copy link
Author

ghost commented Nov 3, 2020

Not sure if this the same / possible to handle the information with the existing fields.
Both are net amounts without additional costs.

German:

  • Nettojahresmiete (Ist): Ertrag aus den per Stichtag bestehenden Mietverträgen ohne Einbezug der Nebenkosten.

  • Nettojahresmiete (Soll): Bei Vollvermietung erzielbarer Ertrag ohne Nebenkosten.

  • Stichtag: Datum

@jensstalder
Copy link
Collaborator

jensstalder commented Nov 13, 2020

<characteristics>
    <rentalIncomeNet>12345</rentalIncomeNet> <!-- new (already implemented in CASAONE) -->
    <rentalIncomeGross>12345</rentalIncomeGross> <!-- future ? (already implemented in CASAONE) -->
    <rentalIncomeNetMaxPotential >14345</rentalIncomeNetMaxPotential> <!-- new-->
</characteristics>

@rgutzwiller Not implementing a "stichtag". Would that be problematic?

@jensstalder jensstalder linked a pull request Nov 13, 2020 that will close this issue
@jensstalder jensstalder moved this from In progress to Review in progress in Investment Properties Nov 13, 2020
@jensstalder jensstalder self-assigned this Nov 17, 2020
@jensstalder jensstalder added the Feature Request Missing functionality and changes label Nov 17, 2020
@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
Investment Properties
Review in progress
Development

Successfully merging a pull request may close this issue.

1 participant