{"id":45512,"date":"2023-08-07T14:30:54","date_gmt":"2023-08-07T14:30:54","guid":{"rendered":"https:\/\/analystprep.com\/cfa-level-1-exam\/?p=45512"},"modified":"2026-02-25T16:20:41","modified_gmt":"2026-02-25T16:20:41","slug":"monte-carlo-simulation-2","status":"publish","type":"post","link":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/","title":{"rendered":"Monte-Carlo Simulation"},"content":{"rendered":"\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"VideoObject\",\n  \"name\": \"Simulation Methods (2024\/2025 CFA\u00ae Level I Exam \u2013 Quantitative Methods \u2013 Learning Module 6)\",\n  \"description\": \"CFA Level I Quantitative Methods lesson on Simulation Methods covering normal vs lognormal distributions, continuously compounded returns, Monte Carlo simulation, bootstrap simulation, volatility annualization, and portfolio risk and return modeling using exam-style examples.\",\n  \"thumbnailUrl\": \"https:\/\/img.youtube.com\/vi\/qLhvORG9ITo\/maxresdefault.jpg\",\n  \"uploadDate\": \"2023-08-19\",\n  \"duration\": \"PT37M18S\",\n  \"contentUrl\": \"https:\/\/www.youtube.com\/watch?v=qLhvORG9ITo\",\n  \"embedUrl\": \"https:\/\/www.youtube.com\/embed\/qLhvORG9ITo\"\n}\n<\/script>\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"QAPage\",\n  \"mainEntity\": {\n    \"@type\": \"Question\",\n    \"name\": \"Which of the following is a correct statement about the use of Monte Carlo simulations in finance and investment?\",\n    \"text\": \"Which of the following is a correct statement about the use of Monte Carlo simulations in finance and investment? A. They provide exact valuations of call options. B. They estimate a portfolio\u2019s potential returns by simulating its performance. C. They assess how changes in assumptions, such as interest rates or market volatility, affect a financial model.\",\n    \"answerCount\": 1,\n    \"acceptedAnswer\": {\n      \"@type\": \"Answer\",\n      \"text\": \"The correct answer is C. Monte Carlo simulations can assess how changes in assumptions, such as interest rates or market volatility, affect a financial model. This allows analysts to understand the impact of these changes on results. They do not provide exact valuations of call options (A), and while they can estimate portfolio returns, they do so through probability-based modeling rather than simply simulating performance (B).\"\n    }\n  }\n}\n<\/script>\n\n\n<p><iframe loading=\"lazy\" src=\"\/\/www.youtube.com\/embed\/qLhvORG9ITo\" width=\"611\" height=\"343\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<p>Monte Carlo simulations are about producing many random variables based on specific probability distributions. This helps in estimating the probability of various results.<\/p>\n<p>We will give an example to illustrate Monte Carlo Simulation implementation.<\/p>\n<h2>Steps Involved in Project Appraisal<\/h2>\n<p>Imagine an investor who wants to predict the results of a 70% stock and 30% bond portfolio over 20 years. This is how we set up a Monte Carlo simulation:<\/p>\n<p><a style=\"display: block; margin: 20px 0 28px; padding: 14px 18px; border: 2px solid #2563eb; border-radius: 12px; text-align: center; color: #2563eb; text-decoration: none; font-weight: 500; font-size: 15px; background-color: #ffffff;\" href=\"https:\/\/analystprep.com\/free-trial\/\" target=\"_blank\" rel=\"noopener noreferrer\"> Practice Monte Carlo simulation questions with CFA\u00ae-style problems. <\/a><\/p>\n<h3>Specifying the Simulation<\/h3>\n<p><strong>Step 1: Specify the quantity of interest in terms of underlying variables<\/strong><\/p>\n<p>The quantity of interest here could be the final portfolio value after 20 years, denoted as \\(V_{iT}\\). In this case, this is the final portfolio value at time T resulting from ith simulation trial.<\/p>\n<p>The underlying variable is the return on the portfolio. The starting portfolio value is $100,000, with 70% invested in stocks and 30% in bonds.<\/p>\n<p><strong>Step 2: Specify a time horizon<\/strong><\/p>\n<p>Assume we&#8217;re interested in yearly returns, so the time horizon is 20 years. Divide the calendar time into sub-periods. In this case, we will assume yearly returns so that the number of sub-periods is \\(K = 20\\), and the time increment \\({\\Delta t}\\) is, therefore, one year.<\/p>\n<p><strong>Step 3: Specify the method for generating the data used in the simulation<\/strong><\/p>\n<p>Here, we need to make distributional assumptions. We might assume that the annual portfolio return follows a normal distribution. Let&#8217;s say we estimate an average return \\(\\mu\\) of 7% for stocks, 3% for bonds, a standard deviation \\(\\sigma\\) of 15% for stocks, and 5% for bonds. We can model changes in the portfolio value using the formula below:<\/p>\n<p>$$ \\begin{align*}<br \/>{\\Delta \\text{Portfolio value}} &amp;<br \/>=0.7\\ast (\\mu_{\\text{stock}}\\times \\text{Prior portfolio value} \\times {\\Delta t} \\\\ &amp; +\\sigma_{\\text{stock}}\\times \\text{Prior portfolio value} \\times Z_k ) \\\\ &amp; +0.3\\ast (\\mu_{\\text{bond} }\\times \\text{Prior portfolio value}\\times {\\Delta t} \\\\ &amp; +\\sigma_{\\text{bond}}\\times \\text{Prior portfolio value}\\times Z_k) \\end{align*} $$<br \/>Here, \\(Z_k\\) is a standard normal random variable representing the uncertainty in the portfolio return (risk factor). We can use a computer program to draw 20 random values of \\(Z_k\\).<\/p>\n<h3>Running the Simulation Over a Given Number of Trials<\/h3>\n<p><strong>Step 4: Use the simulated values to produce portfolio values<\/strong><\/p>\n<p>This step involves converting the standard normal random numbers \\((Z_k)\\) generated in step 3 into yearly changes in portfolio value \\((\\Delta \\text{Portfolio value})\\) using our model from step 3. This gives us 20 observations of possible changes in portfolio value over the 20-year period. From these observations, we create a sequence of 20 portfolio values, starting with the initial value of $100,000.<\/p>\n<p><strong>Step 5: Calculate the final portfolio value<\/strong><\/p>\n<p>The average portfolio value at the end of 20 years \\((V_{iT})\\) is calculated by summing up the portfolio values at the end of each year and dividing by 20. We then calculate the present value \\((V_{i0})\\) of this average value by discounting it to the present using an appropriate interest rate. The subscript \\(i\\) in \\(V_{iT}\\) and \\(V_{i0}\\) indicates that these values are from the ith simulation trial. This completes one simulation trial.<\/p>\n<p><strong>Step 6: Repeat steps 4 and 5 over the required number of trials<\/strong><\/p>\n<p>Finally, we repeat steps 4 and 5 multiple times, say, 1,000 times. We then calculate summary statistics, such as the mean, median, and percentiles of the distribution of \\(V_{i0}\\) values. These summary statistics provide a range of potential outcomes for the portfolio value after 20 years, helping the investor understand the risks and rewards of the investment strategy.<\/p>\n<h3>Major Applications of Monte Carlo Simulations<\/h3>\n<ul>\n<li>It can also be used to value complex securities such as American or European options.<\/li>\n<\/ul>\n<h3>Limitations of Monte Carlo Simulations<\/h3>\n<ul>\n<li>It only provides us with statistical estimates of results, not exact figures.<\/li>\n<li>It is fairly complex and can only be carried out using specially designed software that may be expensive.<\/li>\n<li>The complexity of the process may cause errors, leading to wrong results that can be potentially misleading.<\/li>\n<\/ul>\n<blockquote>\n<h2>Question<\/h2>\n<p>Which of the following is a correct statement about the use of Monte Carlo simulations in finance and investment?<\/p>\n<ol type=\"A\">\n<li>They provide exact valuations of call options.<\/li>\n<li>They estimate a portfolio&#8217;s potential returns by simulating its performance.<\/li>\n<li>They assess how changes in assumptions, such as interest rates or market volatility, affect a financial model.<\/li>\n<\/ol>\n<p><strong>Solution<\/strong><\/p>\n<p><strong>The correct answer is C<\/strong>.<\/p>\n<p>Monte Carlo simulations can assess how changes in assumptions, such as interest rates or market volatility, affect a financial model. This allows analysts to understand the impact of these changes on the model&#8217;s results.<\/p>\n<p><strong>A is incorrect<\/strong> because Monte Carlo simulations do not provide exact valuations of call options. Instead, they can estimate the value of these options by simulating their potential outcomes.<\/p>\n<p><strong>B is incorrect<\/strong> because while Monte Carlo simulations can estimate a portfolio&#8217;s potential returns, they do not simply simulate its performance. Instead, they use probability distributions to model the uncertainty in the portfolio&#8217;s returns.<\/p>\n<\/blockquote>\n\n\n<div style=\"text-align:center; margin:42px 0 10px;\">\n\n  <a href=\"https:\/\/analystprep.com\/free-trial\/\"\n     target=\"_blank\"\n     rel=\"noopener noreferrer\"\n     style=\"\n        display:inline-block;\n        padding:16px 36px;\n        background-color:#3f78d7;\n        color:#ffffff;\n        text-decoration:none;\n        font-weight:600;\n        font-size:18px;\n        border-radius:40px;\n        line-height:1.1;\n     \">\n     Start Free Trial\n  <\/a>\n\n  <p style=\"\n        margin-top:16px;\n        max-width:640px;\n        margin-left:auto;\n        margin-right:auto;\n        font-size:16px;\n        line-height:1.5;\n     \">\n     Solve CFA-style simulation problems and strengthen probabilistic modeling skills for exam day.\n  <\/p>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Monte Carlo simulations are about producing many random variables based on specific probability distributions. This helps in estimating the probability of various results. We will give an example to illustrate Monte Carlo Simulation implementation. Steps Involved in Project Appraisal Imagine&#8230;<\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-45512","post","type-post","status-publish","format-standard","hentry","category-quantitative-methods","blog-post","no-post-thumbnail","animate"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Monte Carlo Simulation | CFA Level 1<\/title>\n<meta name=\"description\" content=\"Learn the steps, applications, and limitations of Monte Carlo simulations in financial modeling, risk assessment, and investment analysis.\" \/>\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\/quantitative-methods\/monte-carlo-simulation-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monte Carlo Simulation | CFA Level 1\" \/>\n<meta property=\"og:description\" content=\"Learn the steps, applications, and limitations of Monte Carlo simulations in financial modeling, risk assessment, and investment analysis.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/\" \/>\n<meta property=\"og:site_name\" content=\"AnalystPrep | CFA\u00ae Exam Study Notes\" \/>\n<meta property=\"article:published_time\" content=\"2023-08-07T14:30:54+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-25T16:20:41+00:00\" \/>\n<meta name=\"author\" content=\"Kajal\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kajal\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 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\/quantitative-methods\/monte-carlo-simulation-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/\"},\"author\":{\"name\":\"Kajal\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/3cde53d128c8d0cfdd46d8732e8c3048\"},\"headline\":\"Monte-Carlo Simulation\",\"datePublished\":\"2023-08-07T14:30:54+00:00\",\"dateModified\":\"2026-02-25T16:20:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/\"},\"wordCount\":824,\"articleSection\":[\"Quantitative Methods\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/\",\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/\",\"name\":\"Monte Carlo Simulation | CFA Level 1\",\"isPartOf\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#website\"},\"datePublished\":\"2023-08-07T14:30:54+00:00\",\"dateModified\":\"2026-02-25T16:20:41+00:00\",\"author\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/3cde53d128c8d0cfdd46d8732e8c3048\"},\"description\":\"Learn the steps, applications, and limitations of Monte Carlo simulations in financial modeling, risk assessment, and investment analysis.\",\"breadcrumb\":{\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Monte-Carlo Simulation\"}]},{\"@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\/3cde53d128c8d0cfdd46d8732e8c3048\",\"name\":\"Kajal\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2016\/12\/tarryn-150x150.png\",\"contentUrl\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2016\/12\/tarryn-150x150.png\",\"caption\":\"Kajal\"},\"url\":\"https:\/\/analystprep.com\/cfa-level-1-exam\/author\/kajal\/\"}]}<\/script>\n<meta property=\"og:video\" content=\"https:\/\/www.youtube.com\/embed\/qLhvORG9ITo\" \/>\n<meta property=\"og:video:type\" content=\"text\/html\" \/>\n<meta property=\"og:video:duration\" content=\"2239\" \/>\n<meta property=\"og:video:width\" content=\"480\" \/>\n<meta property=\"og:video:height\" content=\"270\" \/>\n<meta property=\"ya:ovs:adult\" content=\"false\" \/>\n<meta property=\"ya:ovs:upload_date\" content=\"2023-08-07T14:30:54+00:00\" \/>\n<meta property=\"ya:ovs:allow_embed\" content=\"true\" \/>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Monte Carlo Simulation | CFA Level 1","description":"Learn the steps, applications, and limitations of Monte Carlo simulations in financial modeling, risk assessment, and investment analysis.","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\/quantitative-methods\/monte-carlo-simulation-2\/","og_locale":"en_US","og_type":"article","og_title":"Monte Carlo Simulation | CFA Level 1","og_description":"Learn the steps, applications, and limitations of Monte Carlo simulations in financial modeling, risk assessment, and investment analysis.","og_url":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/","og_site_name":"AnalystPrep | CFA\u00ae Exam Study Notes","article_published_time":"2023-08-07T14:30:54+00:00","article_modified_time":"2026-02-25T16:20:41+00:00","author":"Kajal","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Kajal","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/#article","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/"},"author":{"name":"Kajal","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/3cde53d128c8d0cfdd46d8732e8c3048"},"headline":"Monte-Carlo Simulation","datePublished":"2023-08-07T14:30:54+00:00","dateModified":"2026-02-25T16:20:41+00:00","mainEntityOfPage":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/"},"wordCount":824,"articleSection":["Quantitative Methods"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/","name":"Monte Carlo Simulation | CFA Level 1","isPartOf":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#website"},"datePublished":"2023-08-07T14:30:54+00:00","dateModified":"2026-02-25T16:20:41+00:00","author":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/3cde53d128c8d0cfdd46d8732e8c3048"},"description":"Learn the steps, applications, and limitations of Monte Carlo simulations in financial modeling, risk assessment, and investment analysis.","breadcrumb":{"@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/quantitative-methods\/monte-carlo-simulation-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/analystprep.com\/cfa-level-1-exam\/"},{"@type":"ListItem","position":2,"name":"Monte-Carlo Simulation"}]},{"@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\/3cde53d128c8d0cfdd46d8732e8c3048","name":"Kajal","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/analystprep.com\/cfa-level-1-exam\/#\/schema\/person\/image\/","url":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2016\/12\/tarryn-150x150.png","contentUrl":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-content\/uploads\/2016\/12\/tarryn-150x150.png","caption":"Kajal"},"url":"https:\/\/analystprep.com\/cfa-level-1-exam\/author\/kajal\/"}]},"og_video":"https:\/\/www.youtube.com\/embed\/qLhvORG9ITo","og_video_type":"text\/html","og_video_duration":"2239","og_video_width":"480","og_video_height":"270","ya_ovs_adult":"false","ya_ovs_upload_date":"2023-08-07T14:30:54+00:00","ya_ovs_allow_embed":"true"},"_links":{"self":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/45512","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\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/comments?post=45512"}],"version-history":[{"count":29,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/45512\/revisions"}],"predecessor-version":[{"id":59167,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/posts\/45512\/revisions\/59167"}],"wp:attachment":[{"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/media?parent=45512"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/categories?post=45512"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/analystprep.com\/cfa-level-1-exam\/wp-json\/wp\/v2\/tags?post=45512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}