Appendix
Asset Type
While extracting data from documents SmartExtract needs to know the asset type to extract and parse information correctly. SmartExtract supports number of asset types, following is a list of valid asset types that can be consumed by SmartExtract:
type ValidAssetType =
'MULTIFAMILY' |
'STORAGE' |
'CONDO' |
'MOBILE_HOME_PARK' |
'HEALTHCARE' |
'HOTEL' |
'OFFICE' |
'RETAIL' |
'INDUSTRIAL' |
'PARKING_GARAGE'
Document Type
Similar to Asset Type, SmartExtract also needs to know the type of document that is being extracted. Following is a list of valid document types that can be consumed by SmartExtract:
export type DocumentType =
'OPERATING_STATEMENT' |
'OPERATING_STATEMENT_BUDGET' |
'OPERATING_STATEMENT_PROFORMA' |
'RENT_ROLL' |
'CASH_FLOW'