@realestate/types
Version:
Types for real estate
366 lines (311 loc) • 8.52 kB
TypeScript
/**
* Copyright (c) 2023 ListBird. All Rights Reserved.
*
* This software product includes software or other works developed by RESO,
* subject to the RESO End User License published at www.reso.org.
*
* Any modifications, derivative works, or redistributions of this source must
* maintain this copyright notice. See the RESO EULA for more information.
*/
export enum LotFeatures {
/**
* The lot has agricultural features.
*/
Agricultural = 'Agricultural',
/**
* The lot has a back yard.
*/
BackYard = 'BackYard',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Bluff}
*
* The lot is on or near a bluff.
*/
Bluff = 'Bluff',
/**
* {@link https://ddwiki.reso.org/display/DDW17/City+Lot}
*
* The lot is in a city/urban setting.
*/
CityLot = 'CityLot',
/**
* The lot has been cleared.
*/
Cleared = 'Cleared',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Close+to+Clubhouse}
*
* The lot is located close to the community clubhouse.
*/
CloseToClubhouse = 'CloseToClubhouse',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Corner+Lot}
*
* The lot is located on the corner of an intersection.
*/
CornerLot = 'CornerLot',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Corners+Marked}
*
* The corners of the lot have been marked.
*/
CornersMarked = 'CornersMarked',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Cul-De-Sac}
*
* The lot is located on street that is closed on one end in a circular shape. Cul-de-sac translated
* literally from French is "the bottom of the bag", which helps explain the circular shape.
*/
CulDeSac = 'CulDeSac',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Desert+Back}
*
* The back of the lot faces desert.
*/
DesertBack = 'DesertBack',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Desert+Front}
*
* The front of the lot faces desert.
*/
DesertFront = 'DesertFront',
/**
* The lot is, or has characteristics of a farm.
*/
Farm = 'Farm',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Few+Trees}
*
* The lot has a few trees.
*/
FewTrees = 'FewTrees',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Flag+Lot}
*
* Named for the shape, a flag lot has a long driveway leading to the property, together may have the
* appearance of a pole and flag. The driveway in a flag lot typically runs between two other properties.
*/
FlagLot = 'FlagLot',
/**
* The lot has a front yard.
*/
FrontYard = 'FrontYard',
/**
* The lot has a garden.
*/
Garden = 'Garden',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Gentle+Sloping}
*
* The lot's slop is gentle.
*/
GentleSloping = 'GentleSloping',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Greenbelt}
*
* the lot is adjacent to a greenbelt.
*/
Greenbelt = 'Greenbelt',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Interior+Lot}
*
* Also referred to as an inside lot, an interior lot faces street on only one side.
*/
InteriorLot = 'InteriorLot',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Irregular+Lot}
*
* The lot is not a rectangle.
*/
IrregularLot = 'IrregularLot',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Landscaped}
*
* The lot has been fully or partially landscaped.
*/
Landscaped = 'Landscaped',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Level}
*
* The lot is level/flat.
*/
Level = 'Level',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Many+Trees}
*
* The lot has many trees.
*/
ManyTrees = 'ManyTrees',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Meadow}
*
* The lot has a meadow.
*/
Meadow = 'Meadow',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Native+Plants}
*
* The lot's landscaping includes native plants.
*/
NativePlants = 'NativePlants',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Near+Golf+Course}
*
* The lot is near a golf course.
*/
NearGolfCourse = 'NearGolfCourse',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Near+Public+Transit}
*
* The lot is near public transportation.
*/
NearPublicTransit = 'NearPublicTransit',
/**
* {@link https://ddwiki.reso.org/display/DDW17/On+Golf+Course}
*
* The lot is directly adjacent to a golf course.
*/
OnGolfCourse = 'OnGolfCourse',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Open+Lot}
*
* The lot is open.
*/
OpenLot = 'OpenLot',
/**
* The lot includes one or more orchards.
*/
Orchards = 'Orchards',
/**
* The lot has features other than those in this list.
*/
Other = 'Other',
/**
* The lot includes a pasture.
*/
Pasture = 'Pasture',
/**
* The lot is partially or fully paved.
*/
Paved = 'Paved',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Pie+Shaped+Lot}
*
* The lot is pie, or triangle shaped. Typically narrow at the front and wide at the back, the reverse, a
* wide front, could be referred to as pie shaped or reverse pie shaped.
*/
PieShapedLot = 'PieShapedLot',
/**
* The lot is private or features that provide privacy form adjacent areas such as neighbors or roads.
*/
Private = 'Private',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Rectangular+Lot}
*
* Also known as a regular shaped lot, the lot has is a rectangle or square.
*/
RectangularLot = 'RectangularLot',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Rock+Outcropping}
*
* Rock features or barriers that transition a grading in the landscape.
*/
RockOutcropping = 'RockOutcropping',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Rolling+Slope}
*
* The slope of the property varies in a rolling or wavy fashion.
*/
RollingSlope = 'RollingSlope',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Secluded}
*
* The lot is secluded.
*/
Secluded = 'Secluded',
/**
* See the remarks fields for additional information about the lot's features.
*/
SeeRemarks = 'SeeRemarks',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Sloped}
*
* The lot is sloped.
*/
Sloped = 'Sloped',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Sloped+Down}
*
* The lot is sloped down, typically from the perspective of looking at the property from the street.
*/
SlopedDown = 'SlopedDown',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Sloped+Up}
*
* The lot is sloped up, typically from the perspective of looking at the property from the street.
*/
SlopedUp = 'SlopedUp',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Split+Possible}
*
* It may be possible that the lot could be split into two or more parcels.
*/
SplitPossible = 'SplitPossible',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Sprinklers+In+Front}
*
* there are irrigation sprinklers on the front of the lot.
*/
SprinklersInFront = 'SprinklersInFront',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Sprinklers+In+Rear}
*
* there are irrigation sprinklers to the rear of the lot.
*/
SprinklersInRear = 'SprinklersInRear',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Steep+Slope}
*
* The lot is sloped steeply.
*/
SteepSlope = 'SteepSlope',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Subdivided}
*
* The lot has been subdivided into two or more parcels.
*/
Subdivided = 'Subdivided',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Views}
*
* There are views from the lot.
*/
Views = 'Views',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Waterfall}
*
* The lot has a waterfall.
*/
Waterfall = 'Waterfall',
/**
* The lot is located on a waterfront.
*/
Waterfront = 'Waterfront',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Wetlands}
*
* The lot is located near or within wetlands.
*/
Wetlands = 'Wetlands',
/**
* The lot is wooded.
*/
Wooded = 'Wooded',
/**
* {@link https://ddwiki.reso.org/display/DDW17/Zero+Lot+Line}
*
* The structure comes up to, or very near the property line. Attached single family residences, row homes,
* garden homes, patio homes all may be zero lot line homes.
*/
ZeroLotLine = 'ZeroLotLine',
}