Operational Mortgage Lending Metrics

Framework to quantify the performance of mortgage operations
Vova Pylypchatin
CTO @ MortgageFlow

At this point, the concept of a metric is common knowledge among operations leaders.

Metrics are critical tools for tracking performance and facilitating continuous improvement.

However, it can still be a challenge to consistently find practical applications of metrics in mortgage operations that drive tangible results.

To make it easier to identify, define, and measure metrics in mortgage operations, I set out to break down what metrics are and how they are applied to operations.

Below, you’ll find my analysis of:

  • What a metric is
  • What a metric prototype is
  • What a metric measurement is
  • What operational metrics are
  • What operational metrics datasets are
  • What operational metrics measures are
  • What operational metrics dimensions are
  • What operational mortgage metrics are

If I’ve missed anything or you have anything to add, please let me know, and I’ll update the post.

What a metric is

Before we get into the specifics of operational metrics, let’s define what a metric is.

A metric is a quantifiable, standardized measurement derived from recorded data.

At first glance, this definition might be hard to fully grasp, so let’s break down what each part means:

  • Quantifiable: A metric can be measured and expressed numerically, allowing for objective assessment.
  • Standardized: A metric is measured consistently across different scenarios, enabling comparisons over time or across different datasets.
  • Recorded data: A metric is derived from data that has been systematically collected, documented, and stored, ensuring that metrics are based on valid observations.

The definition of metrics is often closely associated with analytics software and business operations.

However, the concept of metrics is not unique to any of them.

Metrics are widely used in business, science, health, and other areas where performance, outcomes, or conditions must be measured and analyzed.

And metrics are technology agnostic; theoretically, they can be defined and measured using nothing more than a pen and paper.

Here are a few examples of metrics:

  • The weight of an elephant over time
  • Total loan volume closed per month
  • Average revenue per loan officer in March
  • Number of chairs in the office
  • Total age of loan officers per branch

The problem metrics solve is the difficulty in assessing and comparing facts without a standard scale.

Metrics are essential for analysis and decision-making because standardized and quantifiable measurements enable objective assessment and comparison by placing facts on the same scale.

What's the difference between metrics and KPIs

The terms "metric" and "KPI" (Key Performance Indicator) are often used interchangeably in business and analytics. Still, they have distinct meanings and serve different purposes.

Let's draw a line between a metric and a KPI for the sake of clarity in this article.

First, every KPI is a metric, but not every metric is a KPI.

A KPI is a metric that represents progress towards a specific goal.

In other words, KPIs are metrics that indicate whether you're getting closer to or further from your goal.

For example, if the goal is to increase loan origination profitability, then KPIs might include:

  • Loan volume per person
  • Loan pull-through rate
  • Loan origination cycle time
  • Cost per loan originated

KPIs are goal-specific. As company goals change, so do the KPIs.

Meanwhile, operational metrics are function-specific. As long as the function exists in the company, the metric will exist too.

What’s a metric prototype

A metric prototype is a blueprint that defines how a specific metric should be measured. It’s essential for ensuring consistent and reliable measurements.

A single metric can be described with four components:

  • Dataset: What data the metric should measure
  • Measure: How the data should be quantified
  • Dimensions: How records within the dataset should be grouped
  • Filter: What records within the dataset should be measured

For example, the metric $ Total Production Volume (per Loan Officer per Month) consists of:

  • Dataset: Loans
  • Measure: Sum of Loan Amount
  • Dimension 1: Loan Officer
  • Dimension 2: Loan Closed Date
  • Filter: Loan Status is Closed

Below is a more detailed overview of each component of a metric prototype.

Metric dataset

A metric dataset defines what data should be measured by the metric and where to get it.

Without data, there are no metrics.

A dataset is a collection of data organized for a specific purpose.

In the context of metric datasets, this typically consists of structured data where each row represents a unique record, and each column represents a specific attribute.

Metric datasets are usually defined by the common attributes of the records within the dataset.

In the example above, the $ Total Production Volume (per Loan Officer per Month) metric measures records within the Loans dataset, which can be extracted from a LOS.

Here are more examples of datasets:

  • Transactions: $200 credit, $500 debit, etc.
  • Borrowers: John Doe, Jannie Smith, Luis Hunter
  • Operational events: Records of operational events such as loans closed and appraisals ordered.

You can learn more about operational mortgage data and data types here.

Metric measure

A metric measure defines how to quantify the records within a metric dataset.

It's expressed through quantitative operations needed to translate raw data into a numeric value, such as:

  • Counting all records or only distinct records
  • Calculating the sum of a specific record attribute value
  • Calculating the maximum, minimum, or average of a particular record attribute value
  • Applying formulas over multiple attribute values of a single record

In the example above, the $ Total Production Volume (per Loan Officer per Month) metric measures Volume by calculating the Sum of the Loan Amount.

Here are more examples of measures:

  • Count the total number of loans
  • Calculate the sum of the loan amount for all loans
  • Calculate the average interest rate of all loans
  • Calculate the time between when a loan application is taken and when it is funded

Metric dimensions

Metric dimensions define how to categorize records within a metric dataset into segments before measurement.

Categorization of the dataset enables the assessment and comparison of the metric's value across different segments.

Seeing the value of metrics across different segments adds depth and meaning by providing context for numerical measures, such as geographical location, product types, customer segments, or periods.

A single metric can be broken down across multiple dimensions at once.

In the example above, the $ Total Production Volume (per Loan Officer per Month) metric categorizes the dataset across two dimensions:

  • Dimension 1: Loan Officer
  • Dimension 2: Loan Closed Date

Dimensions are usually defined by the qualitative attributes of a record within the dataset, such as:

  • Branch location
  • Loan product type
  • Loan purpose
  • Loan processor

By analyzing multiple dimensions, you can gain insights into correlations between metric values across dimensions, such as the product mix that each loan officer produces.

Metric filter

A metric filter defines which records within a metric dataset should be measured.

Filtering the dataset narrows the scope of the measurement to obtain a desired data point. A filter can be defined by a set of rules that a record must satisfy to be included in the measurement's scope.

Each rule is usually defined by the following:

  • Dataset attribute: Such as loan type, loan closing date, loan amount, etc.
  • Condition: Equal to, more than, less than.
  • Value: FHA, Jan 1st, $250k.

In the example above, the $ Total Production Volume (per Loan Officer per Month) metric measures only records that meet the filter rule below:

  • Dataset attribute: Loan status
  • Condition: Equal to
  • Value: Closed

A single metric can apply multiple filter rules to narrow the dataset to a desired scope.

One of the most common filter rules in metrics defines the timeframe of the metric, e.g., last month.

Here are more examples of filter rules:

  • loan.status = Closed
  • branch = Branch 2
  • closed time > Jan 1st

What metric measurement is

For clarity, it helps to understand how a metric prototype becomes an actual metric (a numerical value).

This transformation occurs through metric measurement.

Metric measurement is the process of calculating the value of a metric based on its prototype.

Here's what the process looks like:

  1. Collect the dataset as defined by the Metric dataset.
  2. Filter the dataset as defined by the Metric filter.
  3. Segment the filtered dataset as defined by the Metric dimensions.
  4. Measure each segment as defined by the Metric measure.

In our example, $ Total Production Volume (per Loan Officer per Month) would be measured following this process:

  1. Build the dataset of Loans.
  2. Filter to include only Loans where the status is Closed.
  3. Segment the filtered Loans based on Loan Officer and Month.
  4. Measure $ Total Production Volume for each segment.

What operational metrics are

Let's see what makes operational metrics different from other metrics.

Operational metrics involve the same four prototype components as any other metric.

What makes them different is what are these 4 components:

  • Metric dataset: What data do operational metrics measure?
  • Metric measure: How do operational metrics quantify the data?
  • Metric dimensions: How do operational metrics segment the data?
  • Metric filters: How do operational metrics filter the data?

If, in most general terms, Metric is a quantifiable, standardized measurement of recorded data (recorded facts about the world)

Then, operational metrics are quantifiable measurements of data about a business's operational activities.

The sections below provide a deeper overview of what's unique about the Metric datasets, measures, and dimensions for operational metrics.

What operational metrics datasets are

Usually, an operational metrics dataset consists of records describing facts about operations produced by a specific business function.

An operation is a sequence of actions undertaken to produce a desired output.

Most operations can be described by the following facts:

  • Operation type: What operation is carried out, such as sending an email, processing a loan, or generating leads.
  • Operation input: What was the input for the operation.
  • Operation actions: What actions were carried out to transform the input into output, and what is their status.
  • Operation output: What work product was produced due to the operation.
  • Operation agent: Someone responsible for the operation, a human or a computer.
  • Operation status: What is the status of the operation (e.g., has it started, is it completed, in progress, or failed).
  • Operation timestamps: When the operation was created, started, and finished.

This framework applies to operations of any size, from the smallest ones like sending an email carried out by a single agent, to huge ones like loan originations that involve multiple departments and agents.

Here are a couple of examples of operations:

1. Manufacturing a Widget:

  • Operation type: Manufacture Widget
  • Operation input: Work order
  • Operation actions: Cutting, shaping, assembling, and packaging materials.
  • Operation output: Finished widget
  • Operation agent: Factory Worker Bob
  • Operation status: Completed
  • Operation timestamps: Created 4 days ago, started 2 days ago, completed today

2. Processing a Bank Transaction:

  • Operation type: Funds transfer
  • Operation input: Transaction request (amount, accounts involved).
  • Operation actions: Verify accounts, check balances, and update account records.
  • Operation output: Updated account balance and transaction receipt.
  • Operation agent: A banking software system
  • Operation status: In progress
  • Operation timestamps: Created 30 seconds ago, started 20 seconds ago

The dataset of operational metrics is usually scoped to operations produced by a single business function. Each function has different inputs and outputs, and thus, it is impractical to measure operations like "Sending an email" and "Underwriting a loan" together since they have little in common.

In the section below, you can find out how data about operations is measured.

What operational metrics measures are

From the previous section, you've seen what data operational metrics quantify. Now, let's explore what's unique about the measures in operational metrics.

Operational metrics measures quantify the performance of the business function.

How you measure an operational dataset determines the insights you can gain about function performance.

Measures will be unique for each function, but the aspects of function performance they measure generally remain the same.

There are numerous ways to measure function performance. And since the more metrics you measure, the more noise you get, my rule of thumb is to:

Measure only performance aspects you want to improve or don't want to get worse (while you're working on what you want to improve)

Here are five types of operation measures that I find most useful for operational improvement:

  • 📊 Work product volume measures
  • 📋 Work product quality measures
  • 🪙 Work product financial measures
  • 🔄 Operation efficiency measures
  • Operation compliance measures

Below is an overview of what each measure type entails.

📊 Work product volume measures

This type of measure quantifies the volume of work product (operation output) produced by completed operations.

The volume of a work product can be defined as the total amount of output produced, considering not only the number of units but also the complexity, size, or scope of each unit.

For example, if the work product of a cleaning function is a cleaned apartment, then the total count of cleaned apartments would not provide an accurate volume measure. This is because apartments have varying square footage, and three 850-square-foot apartments represent less total area than two 1,500-square-foot apartments.

In this case, a more accurate measure of volume would be the total sum of the square feet cleaned.

Here are examples of work product volume measures:

  • Number of mortgage loans processed
  • $ value of mortgage loans originated
  • Square feet cleaned
  • Underwriting decisions made
  • Words published on a website

📋 Work product quality measures

This type of measure quantifies the quality of the work product (operation output) produced by completed operations.

Work product quality can be defined as how well the work product fulfills its purpose.

To quantify the aggregated quality of the work product, you first need to understand what "quality" means in your specific context. The definition of quality is unique for each work product type.

Once you know what quality entails, you need to identify which attributes within the dataset represent it. The quality of a single work product unit is usually represented by one of the following:

  • Binary attributes: Whether it fulfilled the purpose or not. For example, a loan either defaulted or it did not.
  • Numeric attributes: To what extent does it meet the purpose. For example, customer ratings.

Once you understand which attributes of the records represent quality, you can calculate an average of numeric attributes or the percentage of binary attributes.

In most cases, the quality of a product (how well it fulfills its purpose) can only be assessed when it is consumed or used, whether simulated by QA or actually by the end user:

  • The quality of a coat is assessed by wearing it.
  • The quality of food can be assessed by eating it.
  • The quality of a loan is assessed when attempts are made to collect it.

Since data about the quality of the product is usually only available after usage, you need to build a feedback loop to collect this data to measure quality metrics.

Here are examples of work product quality measures include:

  • Average customer rating of apartment cleanliness
  • Default rate of loans originated
  • Average FICO score of loans originated
  • Loan compliance rate
  • Number of post-closing audit findings

🪙 Work product financial measures

This type of metric measures the financial aspect of producing a unit of work product (operation output).

The financial aspects of the work product represent the cost, revenue, profit, and margin per unit of the work product.

It is measured by dividing total revenue/expenses by the total number of work product units produced over the same period. Profit and margin are the difference between these values, expressed as absolute ($) or relative (%).

Here are examples of the work product financial measures:

  • $ Cost per mortgage loan originated
  • $ Revenue per mortgage loan originated
  • % Margin per mortgage loan originated
  • $ Cost per underwriting decision made
  • $ Cost per square foot cleaned

🔄 Operation efficiency measures

This type of measure quantifies the efficiency of a function in transforming operation input into output.

Efficiency can be defined as the ratio between input and output within a specific timeframe. The less input (time, resources, and materials) it takes to produce a unit of output, the higher the efficiency.

Since input and output are not always easy to quantify, below are common proxies that quantify efficiency through:

  • Cycle time: Measures the elapsed time from the start to finish of an operation to produce an output.
  • Output per resource: Quantifies how much resource is consumed for the operation to produce an output.
  • Completion rate: Calculates the percentage of operations that successfully produce an output compared to those that started.
  • Step rework rate: Measures the percentage of operations that required more than one attempt at the same step, compared to all completed operations.

Cycle time is typically measured by calculating the average time from the operation's start to finish. The completion rate can be calculated by comparing the percentage of completed operations to those that started. The step rework rate is measured by counting the percentage of operations that required more than 1 touch of the same step compared to all completed operations.

Here are examples of operation efficiency measures:

  • Mortgage loan origination cycle time
  • Mortgage loans processed per Loan Processor
  • Mortgage loan pull-through rate
  • Loan application submission rework rate
  • Mortgage lead-to-close conversion rate

✅ Operation compliance measures

This type of measure quantifies the compliance of completed operations with predefined standards.

Compliance can be defined as the extent to which an operation is carried out according to standards set by the company, market, or regulators.

Operation compliance focuses on the operation and how it was carried out rather than the work product. For example, it examines how long it took, what steps were taken, and in what order.

Operation compliance is usually binary (an operation is either compliant or not), so it is calculated by finding the percentage of completed operations that meet the standard compared to the total number of operations.

Like work product quality, operation compliance can be assessed after an operation. Therefore, you’ll need a method to record what was (and was not) done and in what order and have a feedback loop to collect this data.

Here are examples of operation compliance measures:

  • % of loan application decisions within 30 days
  • % of disclosures completed within 3 days
  • % of the loans sold within 14 days after closing
  • % of inbound leads called back within 20 minutes

What operational metrics dimensions are

The attributes of the metrics dataset define the dimensions of the metric.

So, the operational metrics dataset's attributes define the operational metrics' dimensions.

Even though attributes in the operational metrics dataset will be unique for each business function, records within the dataset follow the same pattern:

  • Operation time attributes
  • Operation agent attributes
  • Operation output attributes
  • Operation input attributes

Below is an overview of the common operation metrics dimensions and the insight you can gain by applying them to different measure types.

Each section looks at a dimension type in isolation, but you can stack multiple dimensions to create the metric you're looking for.

Applying different dimensions to the same measure gives insight into the various aspects of function performance.

Operation time dimensions

Operation time dimensions break down measures by date and time attributes of the operations.

Operation time attributes describe when an operation started, was completed, or any other timestamped event that happened in between.

Here are examples of operation time attributes:

  • Loan closed date
  • Loan application taken date
  • Appraisal received date

Operation time dimensions allow you to see the metric's value for each period, enabling comparison of metric values across different periods, such as June versus August.

Metrics broken down by operation time dimensions provide insights into how the metric's value has changed over time, which helps identify patterns and trends.

Here's what insights you can gain by applying the time dimension to each measure type:

  • 📊 Work product volume: How the volume of work product produced changes over time.
  • 📋 Work product quality: How the quality of the work product produced changes over time.
  • 🪙 Work product financials: How cost, revenue, or margin per unit of work product changes over time.
  • 🔄 Operational efficiency: How operations' cycle time or completion rate changes over time.
  • ✅ Operations compliance: How the compliance rate of operations changes over time.

The operation time dimension is most commonly stacked with all other dimensions.

Operation agent dimensions

Operation agent dimensions break down measures by the operation agent attributes.

Operation agent attributes describe who’s carrying out an operation and their traits.

Here are examples of the operation agent attributes:

  • Operation agent: Bob Smith, Dave Lui, Sara Hunter.
  • Operation agent role: Loan Processor, Loan Officer, Assistant
  • Operation agent experience: 0 - 1 years, 1 - 3 years, 3 - 7 years
  • Operation agent team: Branch 1, Branch 2, Branch 3

Operation agent dimensions are useful for assessing the performance of the employees in specific aspects of the operation (e.g., quality, volume, compliance) to identify team members who need additional training or aren’t a good fit for a company.

Here’s what insights you can gain by applying the operation agent dimension to each operation type:

  • 📊 Work product volume: How much product is produced per operation agent, agent role, team, and how it varies depending on operation agent attributes.
  • 📋 Work product quality: How good work product is produced per operation agent, agent role, team, etc., and how it varies depending on operation agent attributes.
  • 🪙 Work product financial: What’s cost/revenue or margin per unit of work product per operation agent, agent role, team, etc., and how does it vary.
  • 🔄 Operational efficiency: What’s the cycle time or completion rate of operations per operation agent, agent role, team, etc., and how does it vary.
  • ✅ Operations compliance: What’s the compliance rate of the operations per operation agent, agent role, team, etc., and how does it vary.

Operation output dimensions

Operation output dimensions break down the measure by the work product (operation output) attributes.

Work product attributes describe the final work product produced due to operation.

Here are examples of the operation output attributes:

  • Loan purpose: Refinance, Purchase
  • Loan product type: FHA, VA, USDA, etc
  • Widget type: Type 1, Type 2, Type 3, etc

Operation output dimensions give insight into the work product mix produced by the operation and the correlation between the type of work product produced and the value of the specific aspects of the operation (quality, volume, etc.).

Here's what insights you can gain by applying operation output dimension to each operation type:

  • 📊 Work product volume: What work product and how much was produced with a specific attribute.
  • 📋 Work product quality: How good is the work product produced depending on the type of the work product attributes.
  • 🪙 Work product financial: How much does it cost, generates revenue, or what's the margin depending on work product attributes.
  • 🔄 Operational efficiency: What's the operation cycle time or completion rate depending on the work product attributes.
  • ✅ Operation compliance: What's the operations' compliance rate depending on the work product type produced.

Operation input dimensions

Operation input dimensions break down measures by the attributes of the operation input.

Operation input attributes usually describe the demand for the work product.

Here are examples of the operation input attributes:

  • Lead source: Referral partner, Paid ads, etc
  • Loan product type: FHA, VA, USDA, etc

Operation input dimensions give insight into how much and what input is involved, as well as whether there is a correlation between operation input and work product quality, cost, or operation compliance.

It is handy to identify specific input types that produce superior results and then either adjust the input mix to get more off or improve the function/agent to produce better results with underperforming input types.

Operation output dimensions give insight into the work product mix produced by the operation and the correlation between the type of work product produced and the value of the specific aspects of the operation (quality, volume, etc.).

Here’s what insights you can gain by applying operation input dimension to each measure type:

  • 📊 Work product volume: What and how much work product was produced from each input type, and if any operation input results in a more/less work product volume.
  • 📋 Work product quality: How good is the work product produced from the specific operation input type, and if any work product input results in better work product quality.
  • 🪙 Work product financial: How much does it cost, generates revenue, or what’s the margin of work product depending on the input and if any input results in better financial performance.
  • 🔄 Operation efficiency: What’s the operation cycle time or completion rate depending on the operation input, and if any operation input results in longer/shorter cycle time or higher/lower completion rate.
  • ✅ Operation compliance: What’s the compliance rate of the operations depending on the operation input, and if any operation input results in a higher/lower compliance rate.

What operational mortgage metrics are

With what makes metrics operational out of the way, let’s see what’s unique about operation mortgage metrics.

The primary distinction of operational mortgage metrics from other operational metrics lies in the functions they measure.

Operational mortgage metrics measure the performance of functions within a mortgage company.

Thus, datasets, measures, and dimensions going to be unique to the operations produced by the mortgage operation functions such as:

  • Mortgage Sales
  • Mortgage Loan Processing
  • Mortgage Loan Underwriting
  • Mortgage Loan Closing

Here, you can find an in-depth overview of the 100+ operational metrics for the Mortgage Origination function and its 5 nested functions.

What’s next?

I hope this post gave you insight into Operational Mortgage Metrics and a few ideas on how you can apply them to improve your mortgage operations

If you’d like to learn more about how you can apply technology to your mortgage operations, consider joining our mortgage technology newsletter.

MORTGAGE TECH NEWSLETTER

Discover how technology can assist your mortgage company in reaching its strategic goals

A weekly newsletter about leveraging data, custom software, and modern technology to drive efficiency in mortgage operations.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Written by
Vova Pylypchatin
CTO @ MortgageFlow

I’m a software consultant with background in software engineering. Currently, I run a mortgage software consulting and development company that builds custom tools and automation solutions for mortgage lenders.