Model Fixed Income Portfolio - Case Study (2024)

7 mins read

In this post, we model a fixed income portfolio by optimizing the allocation across the universe of securities using duration, convexity and EXCEL solver.

It doesn’t matter if you manage a pension fund, a life insurance trust fund or the proprietary book of an investment bank, at some point in time you hit your allocation and risk limits and need to rebalance your portfolio.

In most instances, your limits and target accounts focus on interest rate sensitivity, volatility, Yield to risk ratios, liquidity and concentration limits. Your objective is to create the most efficient fixed income investment portfolio that balances an optimal mix of the above constraints against yield to maturity. The time tested, the risk versus reward tweak.

In our new risk training workshop for fixed income portfolios case study, we will build a simple model using Excel solver that shows how to handle the fixed income portfolio optimization problem. We can easily extend the model to handle larger portfolios and additional constraints around liquidity, factor sensitivity, volume concentration, value at risk and volatility.

For the purpose of this case study, we will assume that we are advising a large pension fund who is re-evaluating fixed income portfolio allocation due to its new investment policy. The assets under management at the fund are US$500 million. We want to recommend:

  • Portfolio allocation that minimizes duration
  • Portfolio allocation that maximizes convexity

The liabilities are also equal to $500 million with a weighted average maturity of 20 years. Modified duration or interest rate sensitivity of liabilities was last measured in the monthly risk report at 9%.

Introducing Duration and Convexity

Durationis a measure of how prices of interest sensitive securities change as the underlying rate of interest changes. For example, if the duration of a security works out to 2 this means roughly that for a 1% increase in interest rates price of the instrument will decrease by 2%. Similarly, if interest rates were to decrease by 1% the price of the security would rise by 2%.

Here is the numerical approximation for modified duration.

Model Fixed Income Portfolio - Case Study (1)
Convexity

The Duration approximation of a change in price due to changes in the yield works only for small changes. For larger changes, there will be a significant error term between the actual price change and that estimated change using duration.

Convexity improves on this approximation by taking into account the curvature of the price/ yield relationship as well as the direction of the change in yield. By doing so it explains the change in price that is not explained by Duration.

A positive convexity measure indicates a greater price increase when interest rates fall by a given percentage relative to the price decline if interest rates were to rise by that same percentage. A negative convexity measure indicates that the price decline will be greater than the price gain for the same percentage change in yield.

We use Duration andConvexitytogether to immunize a portfolio of assets and liability against interest rate shock.

Model Fixed Income Portfolio - Case Study (2)

Introducing the Optimization model

Our first scenario assumes a rising interest rate outlook. Ignoring liabilities and maturity mismatch for now, our fund manager would like to rebalance the portfolio to minimize duration so that the value of assets does not fall significantly due to changes in interest rates. We assume:

Model Fixed Income Portfolio - Case Study (3)

Fixed Income Investment Portfolio Management: Breaking down the optimization model

Model Fixed Income Portfolio - Case Study (4)

There are four parts to this model:

Part 1- The securities universe specification

This is the pink-shaded area and defines the complete investment universe. You can only allocate a security that is present in the universe. Assets are classified in buckets of 20, 15, 10, 5 and 3 year maturities. We have assumed that the current date (the valuation date) is the same as the date of purchase (the settlement or value date) for all assets in all buckets.

Part 2 – The securities pricing model

The area in brown calculates the price and yield. We calculate Current Price using the EXCEL price function as illustrated below:

Model Fixed Income Portfolio - Case Study (5)

The EXCEL price (bond pricing) function is based on the data inputs of settlement date, date of maturity, coupon rate, yield to maturity, frequency and basis. Frequency here is 2 which means the semi-annual payment of coupons. Cell$D$4 in the input parameters refers to the current date.

We calculate price changes (Price + 01 & Price – 01) by adding or subtracting the specified interest rate shocks and recalculating new prices for use in duration and convexity calculations. The rate shocks are 1 basis points (1/10,000).

Part 3 – Portfolio Duration Calculation

The area in blue shows duration calculations. We calculate Duration using the duration approximation formula introduced above, which we present here again:

Model Fixed Income Portfolio - Case Study (6)

In the context of the Analytics Model, we calculate it as follows:

Model Fixed Income Portfolio - Case Study (7)

In the calculation of Duration-down, Cell G44 is replaced by G45 and F44 is replaced by F45. Note that the general form of the formula is applied but instead of just calculating duration in one line, duration up and down are calculated respectively and the average of both is taken. This average of the two durations will be used in our model.

Part 4 – Portfolio Convexity Calculation

The final part of the model calculates convexity and is highlighted in purple. The applicable convexity formula is:

Model Fixed Income Portfolio - Case Study (8)

The calculation is as under:

Model Fixed Income Portfolio - Case Study (9)

The convexity adjustment is calculated using the formula:

Model Fixed Income Portfolio - Case Study (10)

Fixed Income Investment Portfolio Management: Summarized Portfolio Analytics

We now need a summarized portfolio analytics table that can be used in our optimization process. The results derived by combining the actual portfolio allocation and the portfolio analytics generated above would appear as shown below:

Model Fixed Income Portfolio - Case Study (11)

How can we calculate these results? The answer is through the Analytics Model and the allocation of assets followed currently for each bucket. The allocation table is shown below:

Model Fixed Income Portfolio - Case Study (12)

Notice that the total bond portfolio allocation is 97% and not 100%. Cash and/or non-interest sensitive securities make up 3% of the allocation.

Portfolio Duration

We calculate Portfolio Duration by using the EXCEL sum-product function.

Sum-product is simply the combination of two operations that involves multiplying the individual cells in two vectors (Portfolio Allocation, Security Duration) and then summing the resulting product across all cells.

For instance (10%*duration average for 15 year bond) + (10%*duration average for 10 year bond)….. And so on.

Portfolio Convexity

We calculate Portfolio Convexity in the same manner by using the EXCEL sum-product function. (10%*convexity for 15 year bond) + (10%*convexity for 10 year bond)….. And so on.

Portfolio Yield

And ditto for portfolio yield calculations. (10%*portfolio yield for 15 year bond) + (10%*portfolio yield for 10 year bond)….. And so on.

Model Fixed Income Portfolio - Case Study (13)
Portfolio Sensitivity

We calculate Portfolio sensitivity of -0.028600% in the following way:

Model Fixed Income Portfolio - Case Study (14)

IR shift is the interest rate shift in basis points.

Portfolio Optimization using solver

If we had a single linear equation representing a single constraint and a single position, the Excel Goal seek function would be sufficient. However, a multi position fixed income investment portfolio has many constraints and many positions. In addition, because you are dealing with bonds, the underlying model is no longer linear. You need a non-linear tweak to make it work.

The Excel solver function helps us optimize our portfolio allocation model with a few tweaks. We demonstrate the simplest of scenarios in this write up but we can very easily extend them. As is the case with all optimization models, the trick is in designing the constraints. While there can be only one objective function (minimize or maximize a specific portfolio metric), with the right constraint design you could get close to a near optimal solution reasonably quickly. While the current model focuses only on fixed income investment portfolio, we can also extend the design of the model to include multi-class portfolios. In addition, we can add new target accounts and risk constraints just as easily.

Optimizing the base case – Minimizing duration

The trustees of our pension fund have given a target to the investment fund manager to earn at least 3%. The bond proportion should be 99% of the fund, with the remaining for cash. Risk management and diversification targets specify allocation of no greater than 13% of the total fund in any given asset bucket.

Given these objectives, how should the investment manager set out to minimize duration?

The targets are effectively constraints. Once we have defined them correctly, the solver function takes these constraints into account, evaluates the target optimization cell (minimize duration), and searches for an optimal solution. Since the layout of the spreadsheet has been described above, all we know need to do is to define the solver model and click solve.

Model Fixed Income Portfolio - Case Study (15)

Pick ‘Min’ as your objective and then click ‘Solve’. Solver will work through the model until it reaches the optimal solution. The revised fixed income portfolio allocation is as follows:

Model Fixed Income Portfolio - Case Study (16)

Note that none of the asset buckets have a higher than 13% proportion of assets. Also, bonds account for 99% of the investment, the rest is in cash. The revised portfolio analytics table summarizing our target account is below:

Model Fixed Income Portfolio - Case Study (17)

Maximizing Convexity

Positive convexity is generally a desirable attribute in a portfolio. In addition to minimizing the duration, an alternate case could be made for maximizing convexity. If you expect rates to decline, a more convex fixed rate asset would rise by more compared to a less convex asset.

All it will take is to set the Target Cell as the portfolio convexity instead of duration. Note that in solver we click on ‘max’ instead of ‘min’ this time. The revised allocation is as follows:

Model Fixed Income Portfolio - Case Study (18)

And the revised portfolio analytics results for both the maximized convexity and minimized duration scenarios are presented below:

Model Fixed Income Portfolio - Case Study (19)
Model Fixed Income Portfolio - Case Study (20)

Fixed Income Investments Portfolio Optimization. Next steps

You can easily extend the model to include constraints for value at risk, volatility, interest rate mismatch, gap management, concentration, portfolio liquidity, daily, monthly and weekly turnover, credit ratings and grades.

Also see: An alternate approach forcalculating Economic Capital using accounting datarather than the BIS guidelines using the difference between Expected and Unexpected Loss.

Like this post – check out the new book – Portfolio Optimization Models in Excel, Revised Edition – Excel templates and dataset included.

Related Posts

  • Life Insurance Investment Portfolio Optimization - Challenge

  • Portfolio Management Sample Exam

  • Portfolio Optimization Models in EXCEL

Model Fixed Income Portfolio - Case Study (2024)

FAQs

What is the fixed income model of a portfolio? ›

A fixed income portfolio comprises investment securities that pay a fixed interest until their maturity date. Upon maturity, the principal amount of the security is paid back to the investor. Some examples of fixed income securities are: Certificates of deposit (CDs)

How to construct a fixed income portfolio? ›

Fixed Income Essentials
  1. Anchor. Anchor your portfolio with high-quality bonds. Investors are often tempted to time markets as market dynamics change. ...
  2. Non-core. Explore non-core income options. ...
  3. SHORT. Use short-term bonds to help lessen interest rate sensitivity. ...
  4. Municipal. Add municipal bonds.

How to hedge a fixed income portfolio? ›

Floating-rate and inflation-linked bonds can be used to hedge inflation risk. Fixed-income investments have regular cash flows, which is beneficial for the purposes of funding future liabilities.

How much fixed income should be in my portfolio? ›

Many financial advisors recommend a 60/40 asset allocation between stocks and fixed income to take advantage of growth while keeping up your defenses.

How to analyze a fixed income portfolio? ›

Perform granular analysis by decomposing a bond's total return into core elements including price, coupon, paydown, and currency, with the option to further decompose price. Measure the excess return of portfolio securities over equivalent government bonds.

What is an example of a fixed income? ›

Examples of fixed-income securities include bonds, treasury bills, Guaranteed Investment Certificates (GICs), mortgages or preferred shares, all of which represent a loan by the investor to the issuer.

What is the best fixed income investment? ›

Best fixed-income investment vehicles
  • Bond funds. ...
  • Municipal bonds. ...
  • High-yield bonds. ...
  • Money market fund. ...
  • Preferred stock. ...
  • Corporate bonds. ...
  • Certificates of deposit. ...
  • Treasury securities.
Mar 31, 2024

What is a fixed income strategy? ›

Fixed-income investing is a lower-risk investment strategy that focuses on generating consistent payments from investments such as bonds, money-market funds and certificates of deposit, or CDs.

Can you make money in fixed income? ›

Investors who hold fixed income generate a return even when the stock market is down. Fixed-income investing is also a way to earn passive income: When investors own a fixed-income instrument, such as a bond or CD, they collect the income without having to manage any other considerations regarding the holding.

What should I do with my fixed income portfolio in a rising interest rate environment? ›

To help protect their fixed income portfolio against the negative impact of rising interest rates, investors have a few options: First, investors can consider purchasing floating rate securities, such as floating rate bonds and bank loans, that provide a hedge against rising interest rates.

Should you buy bonds when interest rates are high? ›

Should I only buy bonds when interest rates are high? There are advantages to purchasing bonds after interest rates have risen. Along with generating a larger income stream, such bonds may be subject to less interest rate risk, as there may be a reduced chance of rates moving significantly higher from current levels.

Should you sell bonds when interest rates rise? ›

Unless you are set on holding your bonds until maturity despite the upcoming availability of more lucrative options, a looming interest rate hike should be a clear sell signal.

What is the Warren Buffett 70/30 rule? ›

A 70/30 portfolio is an investment portfolio where 70% of investment capital is allocated to stocks and 30% to fixed-income securities, primarily bonds.

What is Warren Buffett's 90/10 rule? ›

Warren Buffet's 2013 letter explains the 90/10 rule—put 90% of assets in S&P 500 index funds and the other 10% in short-term government bonds.

How much do I need to invest to make $1000 a month? ›

A stock portfolio focused on dividends can generate $1,000 per month or more in perpetual passive income, Mircea Iosif wrote on Medium. “For example, at a 4% dividend yield, you would need a portfolio worth $300,000.

What is the concept of fixed income? ›

Fixed Income describes securities where investors provide capital to corporations or a government for a set duration in return for regular interest payments and the original principal at maturity.

What is the fixed income model of business? ›

Fixed income trading involves the buying and selling of securities including government and corporate bonds. Learn the basics of those securities and how they are impacted by government and fiscal policy and other macroeconomic indicators.

Should I have fixed income in my portfolio? ›

If you're looking for potential tax benefits and want to diversify your portfolio, high-quality fixed income investments could be an option for you. Bonds, such as U.S. Treasuries and corporate or municipal bonds, are traditional types of fixed income investments.

Top Articles
Latest Posts
Article information

Author: Ouida Strosin DO

Last Updated:

Views: 5692

Rating: 4.6 / 5 (76 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Ouida Strosin DO

Birthday: 1995-04-27

Address: Suite 927 930 Kilback Radial, Candidaville, TN 87795

Phone: +8561498978366

Job: Legacy Manufacturing Specialist

Hobby: Singing, Mountain biking, Water sports, Water sports, Taxidermy, Polo, Pet

Introduction: My name is Ouida Strosin DO, I am a precious, combative, spotless, modern, spotless, beautiful, precious person who loves writing and wants to share my knowledge and understanding with you.