OBJECT

Commercial

Commercial Type

link GraphQL Schema definition

  • type Commercial {
  • # The location of the auction if present
  • auctionLocation: String
  • # commercial listing type of the property
  • commercialListingType: CommercialListingTypeEnum
  • # commercial property type of the CommercialType
  • commercialPropertyType: CommercialPropertyTypeEnum
  • # commercialRentalPerAnnum of the CommercialType
  • commercialRentalPerAnnum: Int
  • # energy efficiency rating of the property
  • energyEfficiencyRating: String
  • # exclusivity of the property
  • exclusivity: String
  • # Commercial floor area of the property
  • floorArea: Int
  • # Commercial floor area units of the property
  • floorAreaUnits: CommercialFloorAreaUnitsEnum
  • # Current lease expiry
  • leaseExpiryDate: ISO8601DateTime
  • # Lease Term
  • leaseTerm: String
  • # nabers rating of the property
  • nabers: String
  • # occupancy title of the property
  • occupancyTitle: String
  • # office area of the property
  • officeArea: Float
  • # Outgoings
  • outgoings: String
  • # parking comments of the property
  • parkingComments: String
  • # price of the CommercialType
  • price: Money
  • # Project that the property is associated with
  • project: Project
  • # Project Stage that the property is associated with
  • projectStage: ProjectStage
  • # property name
  • propertyName: String
  • # commercial property type of the CommercialType
  • propertyType: CommercialPropertyTypeEnum
  • # commercial property type of the CommercialType
  • propertyType2: CommercialPropertyTypeEnum
  • # commercial property type of the CommercialType
  • propertyType3: CommercialPropertyTypeEnum
  • # PSM per annum maximum
  • psmPaMax: Int
  • # PSM per annum minimum
  • psmPaMin: Int
  • # roi of the property
  • returnOnInvestment: Float
  • # status of the CommercialType
  • status: CommercialStatusEnum!
  • # tax of the property
  • tax: String
  • # tenancy of the property
  • tenancy: String
  • # Number of car spaces in the property
  • totalCarSpaces: String
  • # warehouse area of the property
  • warehouseArea: Float
  • # zoning of the property
  • zoning: String
  • }