ADVERTISEMENT

Banks slow down on car loan processing

Published Jul 9, 2020 10:00 pm

Banks are slowing down the processing of car loan applications while car companies are encouraging purchases on cash basis even as the industry is seen to end the year with 275,000 unit sales, according to Kia Philippines.

Manny Aligada, president of Kia Philippines, said during a webinar that while banks are actively lend, taking out loans can take longer than usual.

 “Banks are active once again but they now have to provide deeper scrutiny, one if the applicant is employed and second if the industry he is in is also a going concern,” said Aligada adding that banks are doing additional background checks if the borrower is still employed to validate his capability to continue paying for the loan and if he belongs to an industry that is heavily impacted by the financial crisis due to the COVID-19 pandemic.

In the case of the Ayala-owned Kia, its main partner bank is BPI Family Savings Bank.

Because of the deeper scrutiny that financial institutions have to go through, Aligada said loan processing is taking three weeks from what used to be only a few days pre-COVID.

Aligada has appealed to banks to improve the processing to two weeks to help provide capacity for the industry. In the case of Kia, Aligada said they are helping their dealers to pre-screen applicants so prospects can stand better chances for approval.

Aligada explained that banks are tightening up the screening of applicants because they have also a portfolio to protect. With the gradual reopening of the economy, he said car loan application processing should be improving.

As car loan approvals are taking longer, car companies are also encouraging car purchases on cash payments by offering heavy discounts.

“If you have cash, today is the best time to buy,” said Aligada citing huge discounts for its vehicle models of as much as P70,000.

 “If you are a cash buyer then we give you opportunities that are better than the usual prices, but if you have no cash outlay we also make sure that banks are there to support,” he added.

Meantime, Aligada said that while the Philippine automotive industry suffered a 52 percent decline in sales so far, he was still optimistic the industry can achieve a lower decline in the coming months. He projected sales to improve to 275,000 units by end this year from 417,000 units last year noting the uptick in sales after the steep declines in April.

Last year, Kia Philippines contributed 1.2 percent of total sales  to settle in the 10th sport among local players. At 275,000- unit projected sales, Aligada expressed hope to improve its market share to 1.5 percent to 1.6 percent this year.

In fact, Kia is optimistic that it is expanding its current 30 dealership network to 34 by end this year with the opening of new dealerships in BGC, Marikina, Fairview, and Santiago, Isabela. It is also adding four more to have a total of 38 outlets in 2021 when the industry is expected to fully recover.

Kia Philippines will also be introducing its 11th model towards the fourth quarter this year. The still unknown model will be made available in the fourth quarter this year.

For now, Kia is banking its sales performance on its three models – the entry models Picanto and Soluto and its multipurpose utility vehicle K2500 for entrepreneurial uses.

“From now up to July 31, customers can take advantage of either a low downpayment financing scheme or huge cash discounts for these models,” said Aligada.

  Kia Philippines will also unveil its virtual showroom in the 4th quarter where customers can get 360-degree online view of Kia car models.

The car company’s optimism is anchored to the usual resiliency attributed to Filipinos in adopting and rising above any crisis.

 “That Filipino grit is what we are banking on,” he said.

In any crisis, Aligada said, there are beneficiaries. This time, there will be a need for mobility for individuals to ensure their health and safety away from the coronavirus contagion. There is also a need for vehicles to support entrepreneurs and the logistics sector to deliver goods.

ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.