﻿{
  "id": "93ede15a-089d-4f15-9f3a-80e7fae198bb",
  "address": {
    "street": "Street of Antilles",
    "streetNumber": "65",
    "zip": "8752",
    "town": "Laguna Beach"
  },
  "premises": [
    {
      "id": "880baed2-b6d7-4f45-988b-cecc72610142",
      "premisesType": "CondominiumApartment",
      "usageType": "MixedUsage",
      "address": {
        "street": "Strasse der Dunkelheit",
        "streetNumber": "666",
        "zip": "6003",
        "town": "Luzern",
        "canton": "LU"
      },
      "landRegistry": {
        "landRegistryNo": "5555",
        "landRegistryPlanNo": "6785",
        "eGrid": "CH73452"
      },
      "buildings": [
        {
          "type": "TradeAndIndustry",
          "isMainBuilding": true,
          "isLuxury": false,
          "isHoliday": true,
          "buildingUsage": {
            "netRentalIncome": "70000",
            "livingOwnUse": 10,
            "businessOwnUse": 30
          },
          "buildingInsurances": [
            {
              "insurance": "CantonalInsurance",
              "insuranceCompany": {
                "no": "3462",
                "companyInfo": "Hustling Co"
              }
            }
          ]
        }
      ],
      "valuations": [
        {
          "valuationDate": "2021-02-15",
          "realValue": "2000000",
          "earningValue": "2000000",
          "lendingLimit": "2000000",
          "statusCode": "Approved",
          "remark": "First estimation"
        },
        {
          "valuationDate": "2021-02-16",
          "realValue": "2100000",
          "earningValue": "2100000",
          "lendingLimit": "2100000",
          "statusCode": "InApproval",
          "remark": "Second estimation"
        }
      ]
    }
  ],
  "ownership": [
    {
      "id": "a9e4dec9-2d7e-443f-9951-c3ecc70a3b51",
      "ownerPartnerNumber": "444.111",
      "ownerInfo": "Herr Max, Bora Bora",
      "ownershipType": "CondominiumOwner"
    }
  ]
}