qualipool / swissrets

A swiss real estate transaction standard
https://swissrets.ch
MIT License
26 stars 17 forks source link

Add information about net & gross return #131

Open ghost opened 4 years ago

ghost commented 4 years ago

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

Desired Solution Add information about:

jensstalder commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago
<property>
   <characteristics>
      <grossPremium>
      <grossPremiumTarget>
      <netPremium>
   <characteristics>
</property>