Your Details Done
by Chris Thompson Updated
We maintain strict editorial integrity in our writing and assessments. This postcontains links from our advertisers, and we may receive compensation when you click these links. Any opinions, analyses,reviews or recommendations expressed in this article are those of the author’s alone. |Advertiser Disclosure We maintain strict editorial integrity in our writing and assessments. This postcontains links from our advertisers, and we may receive compensation when you click these links. Any opinions, analyses,reviews or recommendations expressed in this article are those of the author’s alone. |Advertiser Disclosure
The mortgage rates at Truist Bank are fairly high, especially when it comes to fixed-rate and adjustable-rate mortgages (ARMs). But while the bank lacks in interest rates, it excels in its loan offerings.
The HomeReady®/Home Possible® program is specifically designed for clients who may not have much to put toward a down payment and other extraneous costs. In fact, you could find yourself eligible for a down payment of just 3% of your home’s value.
Truistalso features the Doctor Loan and the High Cost Home Financing programs. As you might expect, the Doctor Loan program is for dentists, physicians and other medical personnel, and it can help take some of the pressure off of your finances when you add in a mortgage on top of student loans. While similar to jumbo loans, the High Cost Home Financing program is intended to aid those who live in high-cost neighborhoods get a home.
Mortgage | Interest Rate | Points | Apply |
30-Year Fixed-Rate | 6.375% | 0 | Compare Rates |
30-Year Fixed-Rate FHA | 5.75% | 0 | Compare Rates |
30-Year Fixed-Rate Jumbo | 5.365% | 0 | Compare Rates |
15-Year Fixed-Rate | 4.99% | 0 | Compare Rates |
Overview of TruistMortgages
At Truist, you should have no shortage of mortgage loans to choose from. In fact, you’ll find the following types of loans:
- Fixed rate - your payments stay the same each month for a 30- or 15-year term
- Adjustable-rate - Truistfeatures 10/1, 7/1 and 5/1 ARMs
- Jumbo loans - used for purchases that exceed the limitations of the above conventional loans; good for loans up to $1.5 million and 80% of the home’s value
- Agency Affordable Financing - requires just a 3% down payment, and Truistwill lower your insurance costs
- High Cost Home Financing - an alternative to jumbo loans for primary, secondary and vacation homes in designated high-cost areas around the U.S.; no prepayment penalty
- VA loans - reserved for past and present members of the military and certain members of their family; available for up to a $1 million loan
- FHA loans - good for those with less-than-ideal credit and not enough money for a typical down payment; can be fixed-rate or an ARM
- USDA loans - an incentive loan for moving to a rural area; no down payment
- Doctor Loan program - designed for doctors, dentists, fellows, licensed residents and other types of medical professionals
What Your Monthly Mortgage Payments Could Be With Truist
Accurately predicting what your monthly mortgage payments could look like is easier said than done. That’s because there are so many personal factors that go into how your loan is structured, including your credit score, the value of your new home and the ratio of your down payment versus the remaining balance.
As a way to standardize these projections and provide an example, below it’s been assumed that the overall value of the home for the conforming mortgages is $250,000. That would make your down payment $50,000 and your mortgage $200,000. For the jumbo loan, the home value is $750,000 with a down payment of $150,000. Here’s a detailed analysis of four of Truist's most popular loans:
These payment calculations do not include homeowners insurance, property taxes or closing costs. | |||
Mortgage | Interest Rate | Loan Size | Your Payments |
30-Year Fixed | 6.1% | $200,000 | $1,212/month for 30 years |
30-Year Fixed Jumbo | 4.975% | $600,000 | $4,735/month for 30 years |
15-Year Fixed | 4.9% | $200,000 | $1,571/month for 15 years |
How TruistCompares to Other Lenders
When it comes to down to exact interest rates, Truist’s offers run a bit high. This is true regardless of the type of loan, with fixed-rate, adjustable-rate and VA mortgages all showing the same issue in the table below.
Mortgage | Truist | Rocket Mortgage | Chase | Wells Fargo |
30-Year Fixed | 6.1% | 5.5% | 5.625% | 5.125% |
30-Year Fixed Jumbo | 4.975% | - | 5.125% | 4.500% |
15-Year Fixed | 4.99% | 5.25% | 4.750% | 4.625% |
While Rocket Mortgage, and even Chase to some extent, are known for good mortgage interest rates, Wells Fargo generally isn’t. As is evident above, though, the majority of Truist’s rates are in line with Wells Fargo’s, indicating that you could find better rates elsewhere.
Mortgage Type Options
Based on a mortgage
Home Value Points Location Credit Score
Not what you're looking for? View personalized rates
- 30 yr Fixed 30yr Fixed
- 15 yr Fixed 15yr Fixed
- 5/1 ARM 5/1ARM
No mortgages were found.
Searching for Mortgages...
No mortgages were found.
Searching for Mortgages...
Disclosure
View more mortgages
No mortgages were found.
Searching for Mortgages...
Disclosure
View more mortgages
' + '
Rate: ' + smartasset.math.commatoze(mortgage.rate, 3) + '%
'; var blockTwo = '
Monthly Payment
' + '' + smartasset.math.commatoze(mortgage.monthlyPayment, 0, false, '$') + '
'; return '
' + '' + '
' + mortgage.lenderName + '
' + '
' + licenseBlock + '
' + '
' + blockOne + '
' + '' + blockTwo + '
' + '' + blockTwo + '
' + '' + blockOne + '
' + '' + '' + mortgage.lenderName + ' ' + '' + licenseBlock + '' + '
' + ''; } // Construct row HTML for a featured listing function featuredListingToRow(featuredListing) { return '
' + '' + (featuredListing.headline ? featuredListing.headline : '') + '
' + '' + (featuredListing.subtitle ? featuredListing.subtitle : '') + '
' + (featuredListing.pixel ? '' : '') + ''; } // Convert the JSON mortgage data into objects on the page function populateMortgages(product, mortgages, featuredListings) { mortgages = smartasset.mortgage.filterResults(mortgages); miniMortgageRatesTables[product].updateRatesTable(mortgages, renderMortgage, featuredListings); // SA-12556 -- Implement new RLP-Featured Listing API smartasset.mortgage.displayFeaturedListings(miniMortgageRatesTables[product].bodyTableSel, featuredListings, featuredListingToRow); // Hide featured listings when we have BR results if (smartasset.mortgage.getSources(mortgages).indexOf('Bankrate') !== -1) { // Only hide featured listings for the product type tab that contains the Bankrate-sourced rates. var $miniMortgageBlock = $('.js-mini-mortgage-block[data-product=' + product + ']'); $miniMortgageBlock.find('.sa-table-featured').addClass('js-hidden'); } updateDisclosures(mortgages, product); smartasset.hooks.call("onMiniMortgageRatesTableUpdated"); smartasset.inputs.resizeInteraction(); } // Set hook to be called after table is rendered// smartasset.hooks.register("onRatesTableUpdated", function(args){// if (args.tableId === 'miniMortgageRatesTable') {// var hasResults = args.hasResults;// if (!hasResults) {// showNotFound();// }// }// }); // Update the bottom disclosure to show the correct source function updateDisclosures(mortgages, product) { var $miniMortgageBlock = $('.js-mini-mortgage-block[data-product=' + product + ']'); smartasset.mortgage.updateDisclaimer(mortgages, $miniMortgageBlock.find('.js-mr-disclosure')); smartasset.mortgage.updateAttribution(mortgages, $miniMortgageBlock.find('.js-mr-attribution')); } // key of the last mortgages requested var key = ""; // generate key for key function getKey() { var location = smartasset.inputs.getValue("ud-current-location"); var homevalue = smartasset.inputs.getValue("cs-home-value"); var downpayment = smartasset.inputs.getValue("cs-down-payment"); // generate the key if (location == null || homevalue == null || downpayment == null) { return ""; } return location + "." + homevalue + "." + downpayment; } function hasKeyChanged() { var newkey = getKey(); if (newkey != key && newkey != "") { return true; } return false; } // Returns the currently selected mortgage product tab function getSelectedProduct() { return $('.js-mini-mortgage-block.active').first().data('product'); } // Set titles for mortgage block function updateTitle(loanProduct) { var mortgageBlockTitle = { 'Fixed30Y': '30 Year Fixed Mortgage Rates', 'Fixed15Y': '15 Year Fixed Mortgage Rates', 'Arm5Y1': '5/1 Adjustable Rate Mortgage Rates', 'Arm7Y1': '7/1 Adjustable Rate Mortgage Rates' }; $('#mtg-block-title').html('Today\'s Best ' + mortgageBlockTitle[loanProduct]); } // Redirect the user to the selected mortgage offer function rowClick(url, id, source, lender, logoUrl) { // on mobile only handle clickthrough if user doesn't cancel via confirmation modal if (smartasset.page.isMobile()) { smartasset.mortgage.confirmClick(lender, logoUrl, function(){ smartasset.mortgage.click(url, id, undefined, source, '_self'); }); } else { smartasset.mortgage.click(url, id, undefined, source); } } // Redirect to the mortgage rates table function ratesTableRedirect() { var widget = ''; var queryString = '?loanProduct=' + getSelectedProduct() + '&utm_medium=organic&utm_source=captivate&utm_campaign=' + widget + '&utm_term=view_more_mortgages'; var url = '/mortgage/mortgage-rates'; smartasset.analytics.track("click-viewmoremortgages"); smartasset.page.facebookTrack("SAClick", {eventtype: "click-viewmoremortgages", category: "mortgage"}); window.location = url + queryString; } function setShowMoreListener($toggle_component) { var $trigger = $toggle_component.find('.js-toggle-trigger'); var $content = $toggle_component.find('.js-toggle-content').slideUp(); $toggle_component.removeClass('js-hidden'); $trigger.click(function() { $content.slideToggle(); if ($trigger.find('.fa-angle-up').hasClass('js-hidden')) { smartasset.page.eventTrack('mortgageminimoreinfoexpand'); } setTimeout(function() { $trigger.find('.js-angle').toggleClass('js-hidden'); }, 100); }); return $toggle_component; } function populateShowMoreComponent($toggle_component) { var mortgage = (window.homeaffordability !== undefined && window.homeaffordability.loan !== undefined) ? homeaffordability.loan : 200000; var home_value = smartasset.inputs.getValue("cs-home-value"); var points = smartasset.inputs.getValue("ud-closing-mtgpoints"); var location = smartasset.inputs.getValue("ud-current-location"); var credit_score = smartasset.inputs.getValue("ud-m-creditscore"); $toggle_component.find('.js-mortgage').text(mortgage).autoNumeric(); $toggle_component.find('.js-home_value').text(home_value).autoNumeric(); $toggle_component.find('.js-points').text(points); if (location !== null && typeof location !== "undefined") $toggle_component.find('.js-location').text(location.replace('CITY|', '').replace('|', ', ')); $toggle_component.find('.js-credit_score').text([ 'Excellent', 'Excellent', 'Very Good', 'Good', 'Above Average', 'Average', 'Fair', 'Needs Improvement', 'Poor', 'Poor' ][credit_score]); return $toggle_component; } function trackFeaturedListings() { var featuredListings = $('#mortgage-block .js-mini-mortgage-block.active .sa-table-featured'); // for each visible listing, fire a Mixpanel event featuredListings.each(function() { var $this = $(this); if ( !$this.hasClass('js-hidden') ) { var eventName = $this.data('event'); if (eventName) { smartasset.analytics.track(eventName); } } }); } function initialize() { $window = $(window); $refreshBtn = $('.refresh-rates-button'); $refreshBtn.on('click', function(){ update(); }); // Create the tables _.each(mortgageProducts, function(product) { miniMortgageRatesTables[product] = smartasset.tables.initializeRatesTable('miniMortgageRatesTable_' + product, undefined, '.js-mini-mortgage-block[data-product="' + product + '"] .mini-mortgage-table', {hideLoadingMessage: true, isMiniRates: true}); }); // Create the tabs $("#mortgage-block .tab-container") .easytabs({ animate: false, updateHash: false }) .bind("easytabs:after", function() { var thisProduct = $(this).find('.js-mini-mortgage-block.active').first().data('product'); // mortgage tab changed $.get('/api/ajax/mortgage/set?type=' + mortgageType + '&product=' + thisProduct + '&' + smartasset.inputs.getWidgetQuery(), function() { // update the inputs -- which will update the page smartasset.inputs.update(!noupdate); smartasset.analytics.track(smartasset.analytics.events.MortgageTypeChange, { page: window.location.pathname, mortgageType: mortgageType }); noupdate = false; // display the title updateTitle(thisProduct); }); }); // Display the table setTimeout(update, 1500); // Display the title updateTitle($(this).find('.js-mini-mortgage-block.active').first().data('product')); // Use this hook to force an update of the Mortgage Block smartasset.hooks.register("triggerMortgageBlockUpdate", function() { initialized = true; }); // Use this hook for when a different mortgage product has been selected (other than in the tabs) smartasset.hooks.register("changeMortgageBlock", function(params) { // params should be // loanProduct:
Refinancing With Truist
Although you'd ideally like to pick the right mortgage for you and your finances the first time around, a refinance loan could be a safeguard in case things don't go as planned. They can be used for many purposes, mort notably to shrink your monthly mortgage payments or to shorten the term of your overall loan.
Refinancing interest rates differ from lender to lender, with no specific formula available to determine what you'll receive. Unfortunately, Truistdoes not disclose the interest rates and APRs for its refinancing loans. However, the bank does give detailed explanations of the various offers it has available. The three areas of focus include shortening your loan’s term, lowering your monthly payments and taking equity out on your home for cash.
Should You Get a Mortgage from Truist?
Truist's mortgage rates hover right around average for the market. So while it would ill-advised to avoid Truistaltogether, there really isn’t much of a reason to choose it over any other similar lender. Unfortunately, any residents of Oregon, Arizona, Alaska and Hawaii will have to mark Truistoff of their list automatically, as the bank does not originate loans in any of those four states.
Truistoffers credit cards, multiple types of bank accounts, investment management and wealth management. This makes it a great candidate to combine all of your accounts and assets into one place, possibly making you eligible for in-brand relationship perks.
Tips for Getting Comfortable With Mortgages
- For anyone who’s unfamiliar with the mortgage and lending process, it can seem daunting, especially when you’re forced to take into account all the other equally important facets of your financial life. If this describes you at all, the SmartAsset matching tool could be a welcome source of help. This will match you with up to three financial advisors who serve your area depending on how you answer a few questions designed to identify what you’re looking for out of an advisor.
- Research is the best way to gain knowledge about any subject, and mortgages are no different.Information sources like SmartAsset with no products to offer are the most reliable, as there are no ulterior motives hiding behind the guise of education.
Mortgage Type Options
Based on a mortgage
Home Value Points Location Credit Score
Not what you're looking for? View personalized rates
- 30 yr Fixed 30yr Fixed
- 15 yr Fixed 15yr Fixed
- 5/1 ARM 5/1ARM
No mortgages were found.
Searching for Mortgages...
Disclosure
View more mortgages
No mortgages were found.
Searching for Mortgages...
Disclosure
View more mortgages
No mortgages were found.
Searching for Mortgages...
Disclosure
View more mortgages
' + '
Rate: ' + smartasset.math.commatoze(mortgage.rate, 3) + '%
'; var blockTwo = '
Monthly Payment
' + '' + smartasset.math.commatoze(mortgage.monthlyPayment, 0, false, '$') + '
'; return '
' + '' + '
' + mortgage.lenderName + '
' + '
' + licenseBlock + '
' + '
' + blockOne + '
' + '' + blockTwo + '
' + '' + blockTwo + '
' + '' + blockOne + '
' + '' + '' + mortgage.lenderName + ' ' + '' + licenseBlock + '' + '
' + ''; } // Construct row HTML for a featured listing function featuredListingToRow(featuredListing) { return '
' + '' + (featuredListing.headline ? featuredListing.headline : '') + '
' + '' + (featuredListing.subtitle ? featuredListing.subtitle : '') + '
' + (featuredListing.pixel ? '' : '') + ''; } // Convert the JSON mortgage data into objects on the page function populateMortgages(product, mortgages, featuredListings) { mortgages = smartasset.mortgage.filterResults(mortgages); miniMortgageRatesTables[product].updateRatesTable(mortgages, renderMortgage, featuredListings); // SA-12556 -- Implement new RLP-Featured Listing API smartasset.mortgage.displayFeaturedListings(miniMortgageRatesTables[product].bodyTableSel, featuredListings, featuredListingToRow); // Hide featured listings when we have BR results if (smartasset.mortgage.getSources(mortgages).indexOf('Bankrate') !== -1) { // Only hide featured listings for the product type tab that contains the Bankrate-sourced rates. var $miniMortgageBlock = $('.js-mini-mortgage-block[data-product=' + product + ']'); $miniMortgageBlock.find('.sa-table-featured').addClass('js-hidden'); } updateDisclosures(mortgages, product); smartasset.hooks.call("onMiniMortgageRatesTableUpdated"); smartasset.inputs.resizeInteraction(); } // Set hook to be called after table is rendered// smartasset.hooks.register("onRatesTableUpdated", function(args){// if (args.tableId === 'miniMortgageRatesTable') {// var hasResults = args.hasResults;// if (!hasResults) {// showNotFound();// }// }// }); // Update the bottom disclosure to show the correct source function updateDisclosures(mortgages, product) { var $miniMortgageBlock = $('.js-mini-mortgage-block[data-product=' + product + ']'); smartasset.mortgage.updateDisclaimer(mortgages, $miniMortgageBlock.find('.js-mr-disclosure')); smartasset.mortgage.updateAttribution(mortgages, $miniMortgageBlock.find('.js-mr-attribution')); } // key of the last mortgages requested var key = ""; // generate key for key function getKey() { var location = smartasset.inputs.getValue("ud-current-location"); var homevalue = smartasset.inputs.getValue("cs-home-value"); var downpayment = smartasset.inputs.getValue("cs-down-payment"); // generate the key if (location == null || homevalue == null || downpayment == null) { return ""; } return location + "." + homevalue + "." + downpayment; } function hasKeyChanged() { var newkey = getKey(); if (newkey != key && newkey != "") { return true; } return false; } // Returns the currently selected mortgage product tab function getSelectedProduct() { return $('.js-mini-mortgage-block.active').first().data('product'); } // Set titles for mortgage block function updateTitle(loanProduct) { var mortgageBlockTitle = { 'Fixed30Y': '30 Year Fixed Mortgage Rates', 'Fixed15Y': '15 Year Fixed Mortgage Rates', 'Arm5Y1': '5/1 Adjustable Rate Mortgage Rates', 'Arm7Y1': '7/1 Adjustable Rate Mortgage Rates' }; $('#mtg-block-title').html('Today\'s Best ' + mortgageBlockTitle[loanProduct]); } // Redirect the user to the selected mortgage offer function rowClick(url, id, source, lender, logoUrl) { // on mobile only handle clickthrough if user doesn't cancel via confirmation modal if (smartasset.page.isMobile()) { smartasset.mortgage.confirmClick(lender, logoUrl, function(){ smartasset.mortgage.click(url, id, undefined, source, '_self'); }); } else { smartasset.mortgage.click(url, id, undefined, source); } } // Redirect to the mortgage rates table function ratesTableRedirect() { var widget = ''; var queryString = '?loanProduct=' + getSelectedProduct() + '&utm_medium=organic&utm_source=captivate&utm_campaign=' + widget + '&utm_term=view_more_mortgages'; var url = '/mortgage/mortgage-rates'; smartasset.analytics.track("click-viewmoremortgages"); smartasset.page.facebookTrack("SAClick", {eventtype: "click-viewmoremortgages", category: "mortgage"}); window.location = url + queryString; } function setShowMoreListener($toggle_component) { var $trigger = $toggle_component.find('.js-toggle-trigger'); var $content = $toggle_component.find('.js-toggle-content').slideUp(); $toggle_component.removeClass('js-hidden'); $trigger.click(function() { $content.slideToggle(); if ($trigger.find('.fa-angle-up').hasClass('js-hidden')) { smartasset.page.eventTrack('mortgageminimoreinfoexpand'); } setTimeout(function() { $trigger.find('.js-angle').toggleClass('js-hidden'); }, 100); }); return $toggle_component; } function populateShowMoreComponent($toggle_component) { var mortgage = (window.homeaffordability !== undefined && window.homeaffordability.loan !== undefined) ? homeaffordability.loan : 200000; var home_value = smartasset.inputs.getValue("cs-home-value"); var points = smartasset.inputs.getValue("ud-closing-mtgpoints"); var location = smartasset.inputs.getValue("ud-current-location"); var credit_score = smartasset.inputs.getValue("ud-m-creditscore"); $toggle_component.find('.js-mortgage').text(mortgage).autoNumeric(); $toggle_component.find('.js-home_value').text(home_value).autoNumeric(); $toggle_component.find('.js-points').text(points); if (location !== null && typeof location !== "undefined") $toggle_component.find('.js-location').text(location.replace('CITY|', '').replace('|', ', ')); $toggle_component.find('.js-credit_score').text([ 'Excellent', 'Excellent', 'Very Good', 'Good', 'Above Average', 'Average', 'Fair', 'Needs Improvement', 'Poor', 'Poor' ][credit_score]); return $toggle_component; } function trackFeaturedListings() { var featuredListings = $('#mortgage-block .js-mini-mortgage-block.active .sa-table-featured'); // for each visible listing, fire a Mixpanel event featuredListings.each(function() { var $this = $(this); if ( !$this.hasClass('js-hidden') ) { var eventName = $this.data('event'); if (eventName) { smartasset.analytics.track(eventName); } } }); } function initialize() { $window = $(window); $refreshBtn = $('.refresh-rates-button'); $refreshBtn.on('click', function(){ update(); }); // Create the tables _.each(mortgageProducts, function(product) { miniMortgageRatesTables[product] = smartasset.tables.initializeRatesTable('miniMortgageRatesTable_' + product, undefined, '.js-mini-mortgage-block[data-product="' + product + '"] .mini-mortgage-table', {hideLoadingMessage: true, isMiniRates: true}); }); // Create the tabs $("#mortgage-block .tab-container") .easytabs({ animate: false, updateHash: false }) .bind("easytabs:after", function() { var thisProduct = $(this).find('.js-mini-mortgage-block.active').first().data('product'); // mortgage tab changed $.get('/api/ajax/mortgage/set?type=' + mortgageType + '&product=' + thisProduct + '&' + smartasset.inputs.getWidgetQuery(), function() { // update the inputs -- which will update the page smartasset.inputs.update(!noupdate); smartasset.analytics.track(smartasset.analytics.events.MortgageTypeChange, { page: window.location.pathname, mortgageType: mortgageType }); noupdate = false; // display the title updateTitle(thisProduct); }); }); // Display the table setTimeout(update, 1500); // Display the title updateTitle($(this).find('.js-mini-mortgage-block.active').first().data('product')); // Use this hook to force an update of the Mortgage Block smartasset.hooks.register("triggerMortgageBlockUpdate", function() { initialized = true; }); // Use this hook for when a different mortgage product has been selected (other than in the tabs) smartasset.hooks.register("changeMortgageBlock", function(params) { // params should be // loanProduct:
More from SmartAsset
- Compare mortgage rates
- Should you rent or buy?
- Calculate your monthly mortgage payment