ADVERTISEMENT

Investment: Science or art

Published Mar 19, 2025 09:50 pm

In a finance class on investments, I initiate a fund management simulation exercise using an initial virtual fund of ₱5 million. Students are asked to build a portfolio and track its growth or decline at the end of the semester. The group is assessed on how they set goals, develop strategies, select the most appropriate investment outlets (stocks or bonds), and handle risks.

A primary lesson of the exercise is the realization that investment management can be viewed through two distinct lenses: as a precise science rooted in quantitative analysis and as a subjective art that relies on judgment, intuition, and experience. This duality reflects the complex and dynamic nature of financial markets.

According to Laurence Siegel of the CFA Institute Research Foundation, the basics of investment finance can be distilled to about eight ideas: time value of money, discounted cash flow (DCF) analysis, bond math and duration, the no-arbitrage condition, market efficiency, portfolio efficiency and optimization, the capital asset pricing model (CAPM) and market model (alpha and beta), and option pricing.

The scientific aspect of investment management relies on established financial theories and quantitative models. Core principles provide structured frameworks for assessing risk, return, and asset allocation. These models emphasize the importance of diversification, market efficiency, and the trade-off between risk and reward.

Fundamental analysis involves evaluating a company’s financial health and intrinsic value by examining factors such as earnings, cash flows, and growth prospects. DCF analysis, for example, allows investors to estimate the present value of future cash flows, offering a rigorous way to determine whether an asset is overvalued or undervalued.

Technical analysis also embodies the scientific mindset by using statistical patterns and historical data to predict future price movements. The availability of large data sets and advanced computational tools enhances the scientific dimension of investment management, enabling the use of machine learning and algorithmic trading strategies.

Scientific models, however, are often limited by their assumptions and inability to account for the unpredictability of human behavior and macroeconomic shocks. This is where the art of investment management becomes critical. Successful investors like Warren Buffett emphasize qualitative factors—such as corporate governance, industry dynamics, and consumer behavior—that are difficult to quantify but profoundly influence long-term returns.

The art involves intuition, creativity, and the ability to navigate uncertainty. For instance, understanding market sentiment and behavioral biases is an essential skill that cannot be fully captured by quantitative models. Behavioral finance, which studies how psychological factors impact investor decisions, highlights the ways in which irrational behavior—such as overconfidence or herd mentality—can drive asset prices away from their fundamental values.

In addition, the ability to interpret ambiguous information, foresee emerging trends, and exercise sound judgment under pressure reflects the artistry of investment management. Legendary investors often attribute their success to qualities that cannot be taught in textbooks: patience, discipline, and an instinct for identifying unique opportunities.

In the student exercise, investing in unconventional assets like Bitcoin is discouraged. Unlike equities, which are tied to corporate earnings, or bonds, which produce fixed cash flows, Bitcoin does not generate cash flows, dividends, or intrinsic returns. As a result, traditional valuation methods like DCF analysis are difficult to apply.

Some elements of fundamental analysis can still be adapted. The concept of supply and demand is crucial in determining Bitcoin’s price. Scarcity underpins the argument for Bitcoin as a desirable commodity. The stock-to-flow model, which compares the existing Bitcoin supply to the rate at which new coins are mined, draws parallels to precious metals valuation.

Metrics like the number of active addresses, transaction volume, and the growth of institutional investment can indicate the level of demand and future price potential. The application of technical analysis, including trendlines and moving averages, has become prevalent in assessing Bitcoin’s short-term price movements.

Yet, much of Bitcoin’s value remains subjective and rooted in narratives about its future utility and status as a hedge against inflation or currency debasement. This reflects the artistic side of investment management, where understanding the cultural and psychological dimensions of an asset is as important as applying technical models.

Investment managers must integrate both scientific rigor and artistic intuition. Quantitative models provide a systematic foundation for evaluating risk and return, but these models must be complemented by a flexible, adaptive mindset that accounts for market anomalies and human behavior. For instance, quantitative models may guide initial screening and risk assessment, while qualitative judgment informs final decision-making and strategic adjustments. The ability to interpret ambiguous information and anticipate paradigm shifts requires an artistic sensibility that no algorithm can fully replicate.

Investment management cannot be neatly confined to either science or art—it is a hybrid discipline that draws upon both empirical analysis and human judgment. While the science of finance provides essential tools for evaluating assets and managing risk, the art of investing involves the intuitive capacity to interpret market dynamics and navigate uncertainty.

The simulation exercise brings out the reality that understanding valuation models and quantitative analysis is not enough. Ultimately, mastering investment management requires both the disciplined study of quantitative methods and the experiential wisdom to apply them in a real world shaped by complexity and change.

(Benel Dela Paz Lagua was previously EVP and Chief Development Officer at the Development Bank of the Philippines. He is an active FINEX member and an advocate of risk-based lending for SMEs. Today, he is an independent director in progressive banks and in some NGOs. The views expressed herein are his own and do not necessarily reflect the opinion of his office as well as FINEX.)

Related Tags

BUSINESS OPTION
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.