## General Terms Glossary
## Enumerations
Alphabetical list of enumerations, and their potential definitions, used in Blend Events and Event Decorators.
### loan.loanType:
Type of the loan application
`["MORTGAGE", "HELOC", "HELOAN", "AUTO", "ACCOUNT_OPENING"]
`
### loan.loanPurposeType
Purpose type of the application
`["PURCHASE", "REFINANCE", "OTHER", "CONSTRUCTION", etc.]
`
### loan.appSource:
Canonical name of where this application came from, such as the name of the LOS or CRM
`["Velocify", "NetOxygen", "Empower", etc.]
`
### loan.appLeadSource:
The method by which the application was created:
`["LENDER", "BORROWER", "PUBLIC_API", "OTHER"]
`
### document.source
The method by which the document is added to Blend
`["user", "connectivity"]
`
### document.type
The classification category of a specific document. [Download CSV of Doc Type Definitions](🔗)
### borrower.role
The role of the borrower
`["BORROWER", "COBORROWER"]
`
### borrower.workflowMilestone
`[
"GETTING_STARTED",
"GETTING_TO_KNOW_YOU",
"ASSETS",
"INCOME",
"REAL_ESTATE_OWNED",
"DECLARATIONS",
"DEMOGRAPHIC_INFORMATION",
"ADDITIONAL_QUESTIONS",
etc.
]
`
### activity.type
The type of workflow completed by the borrower
`[
"GETTING_STARTED",
"GETTING_TO_KNOW_YOU",
"ASSETS",
"INCOME",
"REAL_ESTATE_OWNED",
"DECLARATIONS",
"DEMOGRAPHIC_INFORMATION",
"ADDITIONAL_QUESTIONS",
etc.
]
`