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 & gross return #131

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

Add information about net & gross return #131

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

  • gross return (actual): gross return in percentage by reporting date (net annual rental income x 100 / investment costs)
  • gross return (target): targeted gross return in percentage (net annual rental income x 100 / investment costs)
  • net return (actual): net return in percentage ((Net annual rental income - running costs) x 100 / investment costs)
@ghost ghost changed the title Add information about gross return (actual vs. target in %) Add information about net & gross return Jul 6, 2020
@jensstalder
Copy link
Collaborator

jensstalder commented Oct 27, 2020

Example maibe?

How would these numbers look like? (Don't think my examples are correct)

<property>
   <characteristics>
       <currentInvestmentGrossReturn>13.5</currentInvestmentGrossReturn>
       <targetInvestmentGrossReturn>17.5</targetInvestmentGrossReturn>
       <currentInvestmentNetReturn>17.5</currentInvestmentNetReturn>
   </characteristics>
</property>

@ghost
Copy link
Author

ghost commented Oct 28, 2020

A bit high maybe but ok in general

<property>
   <characteristics>
       <currentInvestmentGrossReturn>3.18</currentInvestmentGrossReturn>
       <targetInvestmentGrossReturn>3.23</targetInvestmentGrossReturn>
       <currentInvestmentNetReturn>2.35</currentInvestmentNetReturn>
   </characteristics>
</property>

@jensstalder jensstalder moved this from To do to In progress in Investment Properties Oct 30, 2020
@jensstalder jensstalder self-assigned this Nov 2, 2020
@jensstalder
Copy link
Collaborator

<property>
   <characteristics>
      <grossPremium>
      <grossPremiumTarget>
      <netPremium>
   <characteristics>
</property>

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