TOML

Real Estate Varieties - TOML

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
[[items]]
code = "01"
slug = "single-family-house"
name = "Single-Family House"
description = "A standalone building where both land and structure are owned together."
category = "Residential Real Estate"

[[items]]
code = "02"
slug = "condominium"
name = "Condominium"
description = "A multi-unit residential building of 3+ stories made of reinforced concrete or steel-reinforced concrete."
category = "Residential Real Estate"

[[items]]
code = "03"
slug = "apartment"
name = "Apartment"
description = "A rental residential building of 2 stories or less made of wood or light-gauge steel."
category = "Residential Real Estate"

[[items]]
code = "04"
slug = "land"
name = "Land"
description = "A parcel without buildings, forming the basis of real estate investment and development."
category = "Land"

[[items]]
code = "05"
slug = "office-building"
name = "Office Building"
description = "Commercial real estate used as corporate office space."
category = "Commercial Real Estate"

[[items]]
code = "06"
slug = "retail-store"
name = "Retail Store"
description = "Real estate used for commercial activities such as restaurants and retail shops."
category = "Commercial Real Estate"

[[items]]
code = "07"
slug = "warehouse"
name = "Warehouse"
description = "Industrial real estate used for storage and logistics operations."
category = "Industrial Real Estate"

[[items]]
code = "08"
slug = "factory"
name = "Factory"
description = "Industrial real estate used for manufacturing production activities."
category = "Industrial Real Estate"

[[items]]
code = "09"
slug = "hotel"
name = "Hotel"
description = "Commercial real estate operated as accommodation facilities."
category = "Commercial Real Estate"

[[items]]
code = "10"
slug = "parking-lot"
name = "Parking Lot"
description = "Real estate utilized as parking space for vehicles."
category = "Other Real Estate"