Phranakorn Rajabhat University Library

Investments /

Bodie, Zvi

Investments / Zvi Bodie, Alex Kane & Alan J. Marcus - 8th ed. - Boston : McGraw-Hill, 2009 - XXVII, 990 p. : ill. ; 25 cm.

Part I: Introduction -- Chapter 1 The investment environment page 1-22 -- Chapter 2 Asset classes and financial instruments page 23-53 -- Chapter 3 How securities are traded page 54-87 -- Chapter 4 Mutual funds and other investment companies page 88-112 -- Part II: Portfolio theory and practice -- Chapter 5 Learning about return and risk from the historical record page 113-155 -- Chapter 6 Risk aversion and capital allocation to risky assets page 156-193 -- Chapter 7 Optimal risky portfolios page 194-243 -- Chapter 8 Index models page 244-278 -- Part III: Equilibrium in capital markets -- Chapter 9 The capital asset pricing model page 279-318 -- Chapter 10 Arbitrage pricing theory and multifactor models of risk and return page 319-343 -- Chapter 11 The efficient market hypothesis page 344-383 -- Chapter 12 Behavioral finance and technical analysis page 384-409 -- Chapter 13 Empirical evidence on security returns page 410-444 Part IV: Fixed-income securities -- Chapter 14 Bond prices and yields page 445-483 -- Chapter 15 The term structure of interest rates page 484-511 -- Chapter 16 Managing bond portfolios page 512-552 -- Part V: Security analysis -- Chapter 17 Macroeconomic and industry analysis page 553-585 -- Chapter 18 Equity valuation models page 586-630 -- Chapter 19 Financial statement analysis page 631-670 -- Part VI: Options, futures, and other derivatives -- Chapter 20 Options markets: Introduction page 671-714 -- Chapter 21 Option valuation page 715-758 -- Chapter 22 Futures markets page 759-787 -- Chapter 23 Futures, swaps, and risk management page 788-822 -- Part VII: Applied portfolio management -- Chapter 24 Portfolio performance evaluation page 823-866 -- Chapter 25 International diversification page 867-901 -- Chapter 26 Hedge funds page 902-923 -- Chapter 27 The theory of active portfolio management page 924-949 -- Chapter 28 Investment policy and the framework of the CFA Institute page 950-988

9780071263252


INVESTMENTS
FINANCIAL MANAGEMENT
FINANCIAL STATEMENTS

HG 4521 / B62I 2009

มหาวิทยาลัยศรีปทุม (กทม.)
2410/2 ถ.พหลโยธิน เขตจตุจักร กรุงเทพฯ 10900
Tel : 02-579-1111, 02-561-2222
มหาวิทยาลัยศรีปทุม (ชลบุรี)
79 หมู่ 1 ถ.บางนา-ตราด ต.คลองตำหรุ อ.เมือง จ.ชลบุรี 20000
Tel : 038-146-123
มหาวิทยาลัยศรีปทุม (ขอนแก่น)
182/12 หมู่ 4 ถ.ศรีจันทร์ ต.ในเมือง อ.เมือง จ.ขอนแก่น 40000
Tel : 043-224-111


 

$(document).ready(function() { // Basic detection of search var searchBox = $('#transl1'); // This is standard OPAC search input id ?? // Actually standard is 'q' or 'idx'. // We want to trigger when the user sees results. // Usually we check if we are on search results page. if ($('body').hasClass('opac-results')) { var params = new URLSearchParams(window.location.search); var query = params.get('q'); if (query) { // Show Loading var container = $('
'); container.append('

✨ AI Recommendations

'); container.append('
Searching with AI...
'); // Prepend to main content // Selector depends on theme. 'div.maincontent' or '#opac-main' $('#userresults').prepend(container); $.ajax({ url: '/api/v1/contrib/aisearch/search?q=' + encodeURIComponent(query), method: 'GET', success: function(data) { container.find('.spinner').remove(); if (data && data.length > 0) { var ul = ''; container.append(ul); } else { container.append('

No AI recommendations found.

'); } }, error: function() { container.find('.spinner').remove(); container.append('

Error loading AI recommendations.

'); } }); } } });