-
Notifications
You must be signed in to change notification settings - Fork 16
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 property transaction procedure #134
Comments
##Currently already implemented version
Timeline
Process types:Q: Can the type be infered by the ginven data. F.e. defining a start end and starting bid will imply a normal auction. Defining nboStart nboEnd will define a bidding system? Or should we define this explicitly separately (see Offer increaseQ: Does the offer increase require all increments to be as such (rastered), or does it mean its the minimal increase but auctioneers can increase by a arbitrary amount when minimum increase is reached? Minimum priceAlready implemented since the base integer value represents the staring price. Full possible result example
|
What im wondering here is everything should go in an element, when only 1 of the 3 procedures is an auction? Timeline: Process types: Offer increase: |
@rgutzwiller So this then
start: Defines when the action starts Once I know the types and if this looks ok to you I can create a PR. As far as I can tell these are all required values right? |
Ok I think we got a solution now: <property>
<availability start="2018-12-13T12:12:12" expiration="2019-12-13T12:12:12">active</availability>
<prices currency="CHF">
<buy referring="all">
<price>850000</price>
<extra>25000</extra>
<wirPercentage>5</wirPercentage>
<yearlyOperationAndMaitenanceCosts>50123</yearlyOperationAndMaitenanceCosts>
</buy>
<auction start="2012-12-13T12:12:12" expiration="2012-12-13T12:12:13" minimalIncrease>745</auction>
<bidding start="2012-12-13T12:12:12" bindingStart="2012-12-14T12:12:12" expiration="2012-12-15T12:12:13">745</auction>
<deposit type="bank-guarantee">60000</deposit>
<additionalOffers>
<offer type="parking-garage" interval="onetime">25000</offer>
</additionalOffers>
</prices>
</property> What I am unsure about. Can |
Problem description
Some key indicators for the transaction of investment properties are missing in SwissRETS.
Information about the transaction type, the timeline and some general conditions for the offers are important.
Desired Solution
Add information about the property transaction procedure and timeline, minimal prices for the offers and steps to increase an offer:
Process types:
Real estate transactions can be distinguished into:
Timeline
Minimum price
Starting price for a transaction.
The seller only accepts offers that equal or higher than the minimum.
Offer increase
Amount by which a prospective buyer needs to increase his offer. (CHF 10'000 / CHF 20'000 / CHF 50'000 / CHF 100'000)
This is only relevant for auction based transactions
The text was updated successfully, but these errors were encountered: