Phranakorn Rajabhat University Library

Fixed Income Analysis / [book]

Fabozzi, Frank J.

Fixed Income Analysis / [book] Fixed Income Analysis Workbook Frank J. Fabozzi - 2nd ed. - Hoboken, N.J. : Wiley, 2007 - xi, 343 p. ; 25 cm. 2 v. (xxix, 733; xi, 343 p.) : ill. ; 26 cm. - CFA Institute investment series .

v.1. Fixed income analysis -- v.2. Fixed income analysis workbook

Features of debt securities -- Risks associated with investing in bonds -- Overview of bond sectors and instruments -- Understanding yield spreads -- Introduction to the valuation of debt securities -- Yield measures, spot rates, and forward rates -- Introduction to the measurement of interest rate risk -- Term structure and volatility of interest rates -- Valuing bonds with embedded options -- Mortgage-backed sector of the bond market -- Asset-backed sector of the bond market -- Valuing mortgage-backed and asset-backed securities -- Interest rate derivative instruments -- Valuation of interest rate derivative instruments -- General principles of credit analysis -- Introduction to bond portfolio management -- Measuring a portfolios risk profile -- Managing funds against a bond market index -- Portfolio immunization and cash flow matching -- Relative-value methodologies for global credit bond portfolio management -- International bond portfolio management -- Controlling interest rate risk with derivatives -- Hedging mortgage securities to capture relative value -- Credit derivatives in bond portfolio management.

9780470069196 9780470052211


FIXED--INCOME SECURITIES

HG 4650 / F32F 2007

มหาวิทยาลัยศรีปทุม (กทม.)
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.

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