YAML
Real Estate Varieties - YAML
Real estate is classified by purpose into residential, commercial, industrial, and land categories. Residential properties include single-family homes, condominiums, and apartments, while commercial properties include office buildings, retail spaces, and hotels. It is important to select the optimal real estate type according to the intended use, whether for investment or residential purposes.
real estate
residential
condominium
apartment
house
investment
retail
office
- code: "01"
slug: "single-family-house"
name: "Single-Family House"
category: "Residential Real Estate"
description: "A standalone building where both land and structure are owned together."
- code: "02"
slug: "condominium"
name: "Condominium"
category: "Residential Real Estate"
description: "A multi-unit residential building of 3+ stories made of reinforced concrete or steel-reinforced concrete."
- code: "03"
slug: "apartment"
name: "Apartment"
category: "Residential Real Estate"
description: "A rental residential building of 2 stories or less made of wood or light-gauge steel."
- code: "04"
slug: "land"
name: "Land"
category: "Land"
description: "A parcel without buildings, forming the basis of real estate investment and development."
- code: "05"
slug: "office-building"
name: "Office Building"
category: "Commercial Real Estate"
description: "Commercial real estate used as corporate office space."
- code: "06"
slug: "retail-store"
name: "Retail Store"
category: "Commercial Real Estate"
description: "Real estate used for commercial activities such as restaurants and retail shops."
- code: "07"
slug: "warehouse"
name: "Warehouse"
category: "Industrial Real Estate"
description: "Industrial real estate used for storage and logistics operations."
- code: "08"
slug: "factory"
name: "Factory"
category: "Industrial Real Estate"
description: "Industrial real estate used for manufacturing production activities."
- code: "09"
slug: "hotel"
name: "Hotel"
category: "Commercial Real Estate"
description: "Commercial real estate operated as accommodation facilities."
- code: "10"
slug: "parking-lot"
name: "Parking Lot"
category: "Other Real Estate"
description: "Real estate utilized as parking space for vehicles."