welltower · Example Payload

Welltower Property Example

Example Welltower senior housing property data

Fortune 1000

Welltower Property Example is an example object payload from welltower, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

descriptionproperty

Example Payload

welltower-property-example.json Raw ↑
{
  "description": "Example Welltower senior housing property data",
  "property": {
    "propertyId": "WELL-PROP-7823",
    "propertyName": "Sunrise Senior Living at Bethesda",
    "propertyType": "Senior Housing Operators",
    "segment": "Independent Living",
    "operator": {
      "operatorId": "OP-SUNRISE-001",
      "operatorName": "Sunrise Senior Living",
      "operatorType": "Management Contract"
    },
    "address": {
      "street": "7700 Old Georgetown Road",
      "city": "Bethesda",
      "state": "MD",
      "postalCode": "20814",
      "country": "US",
      "latitude": 38.9847,
      "longitude": -77.0947
    },
    "totalUnits": 152,
    "occupiedUnits": 137,
    "occupancyRate": 0.901,
    "revparCurrentPeriod": 4285.50,
    "acquisitionDate": "2019-03-15",
    "investmentBasis": 52000000.00,
    "currency": "USD",
    "certifications": ["Joint Commission Accredited", "CARF Accredited"]
  }
}