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

isShareDeal #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/Characteristics.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,4 @@ volumeSiaAvv | Volume SIA-AVV in m³ | positiveDecimal
volumeSiaGv | Volume SIA-GV in m³ | positiveDecimal
yearBuilt | Year of construction, in four digits. | year
yearLastRenovated | Year of last renovation, in four digits. | year
isShareDeal | In a share deal, the buyer acquires the property indirectly through the purchase of a company that is the owner of the property. The subject of the purchase agreement are the shares of the real estate company. In order to determine the share purchase price, the parties first agree on the market value of the property (e.g. CHF 40 million). The mortgage of CHF 15 million, for example, must be deducted from this value. Added to this are the assets that are not property-specific belonging to the real estate company (e.g. cash and cash equivalents of CHF 2 million and accounts receivable of CHF 1 million). The result is a share purchase price of CHF 28 million. This amount forms the basis for the negotiation. | [applicable](#type-applicable)
5 changes: 5 additions & 0 deletions schema/schema.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,11 @@
<xs:documentation>Year of last renovation, in four digits.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="isShareDeal" type="applicable" minOccurs="0" maxOccurs="1">
<xs:annotation>
<xs:documentation>In a share deal, the buyer acquires the property indirectly through the purchase of a company that is the owner of the property. The subject of the purchase agreement are the shares of the real estate company. In order to determine the share purchase price, the parties first agree on the market value of the property (e.g. CHF 40 million). The mortgage of CHF 15 million, for example, must be deducted from this value. Added to this are the assets that are not property-specific belonging to the real estate company (e.g. cash and cash equivalents of CHF 2 million and accounts receivable of CHF 1 million). The result is a share purchase price of CHF 28 million. This amount forms the basis for the negotiation.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
<xs:complexType name="person">
Expand Down