{"id":61892,"date":"2026-07-22T18:47:22","date_gmt":"2026-07-22T18:47:22","guid":{"rendered":"https:\/\/analystprep.com\/cfa-level-1-exam\/?p=61892"},"modified":"2026-09-11T15:26:23","modified_gmt":"2026-09-11T15:26:23","slug":"historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes","status":"publish","type":"post","link":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/","title":{"rendered":"Historical Simulation in Investment Analysis: Using Past Returns to Model Future Outcomes"},"content":{"rendered":"\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"An analyst is using historical simulation to model a 10-year government bond with 2 years remaining to maturity. Rather than using historical price changes of the bond itself, the analyst models changes in benchmark yields for 3-month, 6-month, 1-year, and 2-year maturities. This approach is most likely intended to address:\",\n    \"text\": \"Options:\\n1. The need to incorporate fat-tailed distributions into the simulation.\\n2. The assumption that past price changes will not reflect future price movements.\\n3. The problem that the bond\u2019s price volatility will decrease as it approaches maturity.\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The correct answer is C. As a bond approaches maturity, its price sensitivity to interest rate changes decreases because its duration declines. Using historical price changes from earlier periods when the bond had a longer maturity could overstate current volatility. By modeling benchmark yield changes across appropriate maturities and applying them to the current bond characteristics, the analyst adjusts for this maturity effect. Option A is incorrect because historical simulation naturally captures fat-tailed behavior present in historical data. Option B is incorrect because historical simulation assumes that historical price movements are useful indicators of potential future movements.\"\n    }\n  }\n}\n<\/script>\n\n\n\n<h2 class=\"wp-block-heading\">Historical Simulation<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Simulation forecasts possible outcomes for a system by testing different scenarios. The process involves four steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Setup: <\/strong>Define the goal and specify output variables (e.g., risk-adjusted return). Identify the input variables and the calculations that link them to the outputs.<\/li>\n\n\n\n<li><strong>Scenario generation: <\/strong>Create scenarios, ranging from simple user inputs to large, machine-generated datasets, often running thousands of simulations.<\/li>\n\n\n\n<li><strong>Evaluation:<\/strong>\u00a0Apply the predefined calculations to each scenario using a calculation engine to produce output values.<\/li>\n\n\n\n<li><strong>Result analysis:<\/strong> Compile and analyze the outputs to conclude, such as constructing probability distributions for risk-adjusted returns to guide portfolio decisions.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Three common simulation approaches differ mainly in how they source scenarios:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Historical simulation: <\/strong>Relies on actual past market movements to generate possible future results. It does not require any assumption about the shape of the return distribution.<\/li>\n\n\n\n<li><strong>Bootstrap simulation: <\/strong>Resamples historical data with replacement to create synthetic datasets, introducing randomness and reducing overfitting.<\/li>\n\n\n\n<li><strong>Monte Carlo simulation: <\/strong>Relies on random sampling based on distributional assumptions for input variables.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">A robust simulation system can handle scenarios from any of these approaches via a central engine that processes a large number of scenarios to produce precise estimates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Historical simulation uses past market data to project potential outcomes without assuming any specific return distribution. In finance, this means applying actual historical price movements to current portfolios. Its main advantage is simplicity\u2014results are easy to explain, such as &#8220;the portfolio would gain INR300 million if last July&#8217;s market moves repeated.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The method assumes that historical price changes reasonably approximate future risks. It naturally captures real-world patterns such as fat tails (leptokurtic distributions) and volatility clustering, in which high-volatility periods tend to follow one another. However, the key limitation is that past conditions may not hold during unprecedented events or regime shifts.<\/p>\n\n\n\n<div style=\"margin:28px 0;\">\n  <a href=\"https:\/\/analystprep.com\/free-trial\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display:block;width:100%;padding:12px 24px;border-radius:999px;background:#1a73e8;color:#ffffff;font-size:15px;font-weight:500;text-align:center;text-decoration:none;box-sizing:border-box;\">\n    Practice Historical Simulation Questions with Our Free Trial.\n  <\/a>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">How to Implement It<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A simulation engine can take scenarios from various sources. For historical simulation, you build scenarios by matching each input variable with its actual historical change on selected past dates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The process follows the standard simulation framework:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Setup &#8211; <\/strong>Identify key valuation and risk factors. For equities, use continuously compounded returns, \\(r_t = \\ln(\\frac{P_t}{P_{t-1}})\\). For bonds, model yield curve changes and discount cash flows using simulated yields, \\(PV_B = \\sum_{t=1}^{T} \\frac{CF_t}{(1+y_t)^t}\\).<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Scenario generation &#8211; <\/strong>Select historical dates and apply the observed changes to current factors.<\/li>\n\n\n\n<li><strong>Evaluation &#8211; <\/strong>Process each scenario through the calculation engine.<\/li>\n\n\n\n<li><strong>Analysis &#8211; <\/strong>\u00a0Compile results, e.g., computing value at risk (VaR) for a long-only portfolio by applying historical returns to current positions. This yields a profit\/loss distribution without relying on distributional assumptions.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">Historical simulation shines when modeling assets with non-normal returns &#8211; those exhibiting fat tails or skewness &#8211; since it captures extreme events that parametric models often miss. However, data quality is critical. Missing or unreliable data can arise from asynchronous global markets (different holiday schedules or unplanned closures), securities that didn&#8217;t exist throughout the historical period, or thinly traded instruments with sparse pricing. One solution is to use a proxy: a weighted average of similar securities with sufficient data to approximate the behavior of the missing instrument.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Using a bond\u2019s own historical price changes can produce distorted results. A better approach is to look at how benchmark yields (for key maturities such as 1 month, 6 months, 1 year) have shifted, then estimate how those yield changes would affect the bond\u2019s price. Alternatively, one can track the historical price movements of zero\u2011coupon bonds that match the bond\u2019s remaining maturities. This avoids artifacts such as a soon-to-mature bond appearing volatile due to past price moves.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Strengths of Historical Simulation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">One of the primary advantages is <strong>simplicity<\/strong>. Unlike parametric models that require complex distributional assumptions or parameter estimation, historical simulation directly applies past market movements to current portfolios. This makes it easy to implement and explain to stakeholders\u2014for example, &#8220;this is what would happen if last year&#8217;s financial crisis repeated.&#8221;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">A related strength is that it <strong>imposes no assumptions about return distributions<\/strong>. Real-world asset returns often exhibit fat tails, skewness, and volatility clustering. Historical simulation naturally captures these features without forcing the data into a normal or lognormal framework.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Because it uses <strong>real historical data<\/strong>, the method provides a realistic view of how a portfolio might behave under previously observed conditions, including extreme market events. This is particularly valuable for stress testing and regulatory capital calculations.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Additionally, historical simulation <strong>automatically preserves actual correlations among assets<\/strong>. There is no need to estimate a correlation matrix or assume stable relationships\u2014the historical data inherently reflect the interdependencies that occurred.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Finally, it has a <strong>low computational cost<\/strong> compared to Monte Carlo methods. Since scenarios are drawn directly from historical records rather than randomly generated, no large-scale random number generation or repeated sampling is required.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Weaknesses of Historical Simulation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The most significant drawback is that it is <strong>inherently backward-looking<\/strong>. It assumes past market conditions are a reliable guide to the future, which may fail during unprecedented events, structural regime shifts, or entirely new types of risks. A crisis that has no historical precedent cannot be simulated using this method.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Limited scenario variety<\/strong> is another issue. The simulation is constrained by the specific historical window selected. If that window omits certain extreme events (e.g., a once-in-a-century crash), those events will never appear in the results, potentially leading to understated risk estimates.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Data quality and availability<\/strong> pose practical challenges. Historical data may contain gaps due to asynchronous global markets, securities that did not exist for the entire period, or thinly traded instruments with unreliable prices. Poor data integrity undermines the accuracy of the entire simulation.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Lastly, for certain asset classes, such as fixed income, a naive application of historical price changes can produce misleading results. A bond nearing maturity, for example, would show artificially high volatility if past price changes from when it had long duration are applied directly. This requires careful adjustments, such as using benchmark yield changes instead of raw bond prices.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<h2 class=\"wp-block-heading\">Question<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">An analyst is using historical simulation to model a 10-year government bond with 2 years remaining to maturity. Rather than using historical price changes of the bond itself, the analyst models changes in benchmark yields for 3-month, 6-month, 1-year, and 2-year maturities. This approach is <em>most likely<\/em> intended to address:<\/p>\n\n\n\n<ol style=\"list-style-type:upper-alpha\" class=\"wp-block-list\">\n<li>The need to incorporate fat-tailed distributions into the simulation.<\/li>\n\n\n\n<li>The assumption that past price changes will not reflect future price movements.<\/li>\n\n\n\n<li>The problem is that the bond&#8217;s price volatility will decrease as it approaches maturity.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Solution<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The correct answer is <strong>C<\/strong>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">As a bond approaches maturity, its price volatility naturally decreases. Using historical price changes from when the bond had a longer maturity would incorrectly suggest higher volatility. Focusing on benchmark yield changes for appropriate maturities and then inferring price impacts addresses this issue.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A is incorrect.<\/strong> Because historical simulation naturally captures fat tails from historical data, no special adjustment is needed.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>B is incorrect.<\/strong> Because historical simulation explicitly assumes past price changes approximate future movements, this is a feature, not a problem, being addressed.<\/p>\n<\/blockquote>\n\n\n\n<div style=\"text-align:center;margin:35px 0;\">\n  <a href=\"https:\/\/analystprep.com\/free-trial\/\" target=\"_blank\" rel=\"noopener noreferrer\" style=\"display:inline-block;padding:15px 35px;border-radius:999px;background:#1a73e8;color:#ffffff;font-size:17px;font-weight:600;text-decoration:none;\">\n    Start Free Trial \u2192\n  <\/a>\n\n  <p style=\"margin:25px 0 0;font-size:16px;line-height:1.6;text-align:center;\">\n    Master CFA Level I Quantitative Methods concepts, including historical simulation, risk modeling, investment analysis, return distributions, and exam-style practice questions with study notes, mock exams, and video lessons.\n  <\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Historical Simulation Simulation forecasts possible outcomes for a system by testing different scenarios. The process involves four steps: Three common simulation approaches differ mainly in how they source scenarios: A robust simulation system can handle scenarios from any of these&#8230;<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-61892","post","type-post","status-publish","format-standard","hentry","category-uncategorized","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Historical Simulation in Finance | AnalystPrep CFA Notes<\/title>\n<meta name=\"description\" content=\"Learn historical simulation in investment analysis, using past returns to model future outcomes and assess risk for CFA Level 1.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Historical Simulation in Finance | AnalystPrep CFA Notes\" \/>\n<meta property=\"og:description\" content=\"Learn historical simulation in investment analysis, using past returns to model future outcomes and assess risk for CFA Level 1.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/\" \/>\n<meta property=\"og:site_name\" content=\"AnalystPrep | CFA\u00ae Exam Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-22T18:47:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-11T15:26:23+00:00\" \/>\n<meta name=\"author\" content=\"Kosikos Tuitoek\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kosikos Tuitoek\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/\"},\"author\":{\"name\":\"Kosikos Tuitoek\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#\\\/schema\\\/person\\\/73df713e3b6e82ee139e1eff20cebe20\"},\"headline\":\"Historical Simulation in Investment Analysis: Using Past Returns to Model Future Outcomes\",\"datePublished\":\"2026-07-22T18:47:22+00:00\",\"dateModified\":\"2026-09-11T15:26:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/\"},\"wordCount\":1226,\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/\",\"url\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/\",\"name\":\"Historical Simulation in Finance | AnalystPrep CFA Notes\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#website\"},\"datePublished\":\"2026-07-22T18:47:22+00:00\",\"dateModified\":\"2026-09-11T15:26:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#\\\/schema\\\/person\\\/73df713e3b6e82ee139e1eff20cebe20\"},\"description\":\"Learn historical simulation in investment analysis, using past returns to model future outcomes and assess risk for CFA Level 1.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/uncategorized\\\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Historical Simulation in Investment Analysis: Using Past Returns to Model Future Outcomes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#website\",\"url\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/\",\"name\":\"AnalystPrep | CFA\u00ae Exam Study Notes\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/analystprep.com\\\/cfa-level-1-exam\\\/#\\\/schema\\\/person\\\/73df713e3b6e82ee139e1eff20cebe20\",\"name\":\"Kosikos Tuitoek\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g\",\"caption\":\"Kosikos Tuitoek\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Historical Simulation in Finance | AnalystPrep CFA Notes","description":"Learn historical simulation in investment analysis, using past returns to model future outcomes and assess risk for CFA Level 1.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/","og_locale":"en_US","og_type":"article","og_title":"Historical Simulation in Finance | AnalystPrep CFA Notes","og_description":"Learn historical simulation in investment analysis, using past returns to model future outcomes and assess risk for CFA Level 1.","og_url":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/","og_site_name":"AnalystPrep | CFA\u00ae Exam Study Notes","article_published_time":"2026-07-22T18:47:22+00:00","article_modified_time":"2026-09-11T15:26:23+00:00","author":"Kosikos Tuitoek","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kosikos Tuitoek","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/"},"author":{"name":"Kosikos Tuitoek","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"headline":"Historical Simulation in Investment Analysis: Using Past Returns to Model Future Outcomes","datePublished":"2026-07-22T18:47:22+00:00","dateModified":"2026-09-11T15:26:23+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/"},"wordCount":1226,"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/","name":"Historical Simulation in Finance | AnalystPrep CFA Notes","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website"},"datePublished":"2026-07-22T18:47:22+00:00","dateModified":"2026-09-11T15:26:23+00:00","author":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20"},"description":"Learn historical simulation in investment analysis, using past returns to model future outcomes and assess risk for CFA Level 1.","breadcrumb":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/uncategorized\/historical-simulation-in-investment-analysis-using-past-returns-to-model-future-outcomes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/cfa-level-1-exam\/"},{"@type":"ListItem","position":2,"name":"Historical Simulation in Investment Analysis: Using Past Returns to Model Future Outcomes"}]},{"@type":"WebSite","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/","name":"AnalystPrep | CFA\u00ae Exam Study Notes","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/analystprep.com\/cfa-level-1-exam\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/73df713e3b6e82ee139e1eff20cebe20","name":"Kosikos Tuitoek","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8260edaa3f7ba04cf6b536b3f7fd769007ecb789b3289ac0cc4c3ab8b3f7f061?s=96&d=mm&r=g","caption":"Kosikos Tuitoek"}}]}},"_links":{"self":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/61892","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/comments?post=61892"}],"version-history":[{"count":9,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/61892\/revisions"}],"predecessor-version":[{"id":64272,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/61892\/revisions\/64272"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/media?parent=61892"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/categories?post=61892"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/tags?post=61892"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}