From 07575ec80e6b8f89a8923f5739b3418f8d20fa5e Mon Sep 17 00:00:00 2001 From: Jens Stalder Date: Fri, 13 Nov 2020 14:22:33 +0100 Subject: [PATCH 1/2] added better descriptions and netPremium etc --- docs/Characteristics.md | 4 +++- schema/schema.xsd | 12 +++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/docs/Characteristics.md b/docs/Characteristics.md index c7c7723..02c2605 100644 --- a/docs/Characteristics.md +++ b/docs/Characteristics.md @@ -53,7 +53,9 @@ craneCapacity | Carrying capacity for crane in kg. | positiveDecimal elevatorLoad | Maximum elevator load in kg. | positiveDecimal floor | Floor number, ground floor is 0, basement floors are negative. | integer floorLoad | Maximum floor load in kg/m² | positiveDecimal -grossPremium | A gross premium is the total premium of an insurance contract before brokerage or | percentdiscounts have been deducted, in percent. +grossPremium | Current gross return in percentage by reporting date (Net annual rental income x 100 / investment costs) | positiveDecimal +grossPremiumTarget | Targeted gross return in percentage (Net annual rental income x 100 / investment costs) if fully rented out | positiveDecimal +netPremium | Current net return in percentage (Net annual rental income - operation and maintenance costs) x 100 / investment costs) | positiveDecimal hallHeight | Hall height in m, usually for commercial properties. | positiveDecimal hasAttic | Has an attic. | [applicable](#type-applicable) hasBalcony | Balcony available. | [applicable](#type-applicable) diff --git a/schema/schema.xsd b/schema/schema.xsd index 80695a3..1a3376c 100644 --- a/schema/schema.xsd +++ b/schema/schema.xsd @@ -226,7 +226,17 @@ - A gross premium is the total premium of an insurance contract before brokerage or discounts have been deducted, in percent. + Current gross return in percentage by reporting date (Net annual rental income x 100 / investment costs) + + + + + Targeted gross return in percentage (Net annual rental income x 100 / investment costs) if fully rented out. + + + + + Current net return in percentage (Net annual rental income - operation and maintenance costs) x 100 / investment costs). From 269095726ee842df00767faf61b7b9a0119f66e4 Mon Sep 17 00:00:00 2001 From: Jens Stalder Date: Fri, 20 Nov 2020 11:22:16 +0100 Subject: [PATCH 2/2] Updated documentation string --- schema/schema.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/schema.xsd b/schema/schema.xsd index 1a3376c..72f9af5 100644 --- a/schema/schema.xsd +++ b/schema/schema.xsd @@ -226,7 +226,7 @@ - Current gross return in percentage by reporting date (Net annual rental income x 100 / investment costs) + Current gross return in percentage (Net annual rental income x 100 / investment costs)