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 transaction deal type #133

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

Add information about transaction deal type #133

ghost opened this issue Jul 6, 2020 · 3 comments · May be fixed by #153
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 the property transaction deal type:

  • Asset Deal: Sale of a property
  • Share Deal: Sale of the shares of the company holding a property
@ghost ghost changed the title Add information about deal type Add information about transaction deal type Jul 6, 2020
@jensstalder
Copy link
Collaborator

Would boolean values be enough?

  • Share deal only
  • Asset deal only
  • Share deal possible

Are they exclusive to one another by default or will we need to make this flexible or explicit.

Some questions from a novice (me):

Is it required to mention the company? Or did I misunderstand and it's meant that one could pay "with" company shares or it's required to buy company shares instead of directly investing?

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

ghost commented Nov 3, 2020

I guess boolean values would be enough to indicate whether it is one or the other. Usually properties are sold as asset deals.

  • share deal only
  • asset deal only

Some more information in German:

Asset Deal:
Wird ein Grundstück in einem Asset Deal verkauft, einigen sich Käufer und Verkäufer über dessen Verkehrswert bzw. Kaufpreis. Übernimmt der Käufer die auf dem Grundstück lastende Hypothek, wird der zu bezahlende Kaufpreis um die Hypothek reduziert. Das Kaufsobjekt ist das Grundstück und der Kaufvertrag ist öffentlich zu beurkunden, weshalb Notariats- und Grundbuchgebühren anfallen.

Share Deal:
Bei einem Share Deal erwirbt der Käufer das Grundstück indirekt über den Kauf einer Gesellschaft, die Eigentümerin des Kaufobjekts ist. Gegenstand des Kaufvertrags sind die Aktien der Immobiliengesellschaft. Um den Aktienkaufpreis zu bestimmen, einigen sich die Parteien zuerst über den Verkehrswert des Grundstücks (z. B. 40 Mio Fr. ). Von diesem Wert ist die Hypothek von bspw. 15 Mio Fr. abzuziehen. Hinzuzurechnen sind die der Immobiliengesellschaft gehörenden nicht objektspezifischen Aktiven (z. B. flüssige Mittel von Fr. 2 Mio und Debitoren von 1 Mio Fr.). Es resultiert so ein Aktienkaufpreis von 28 Mio Fr. Dieser Betrag bildet die Ausgangsbasis für die Verhandlung.

@jensstalder
Copy link
Collaborator

<characteristics>
   <isShareDeal>applies</isShareDeal>
</characteristics>

Explicitly sets property to be share deal (which is less common). Not declaring it will be interpreted as "asset deal". One can also explicitly set asset deal by specifying <isShareDeal>does-not-apply</isShareDeal>.

@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 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