
Learn loan valuation in Python by building a simple fixed-income class with attributes and methods to compute future value, present value, and the discount factor.
Explore zero coupon bonds, their issuer, maturity, and notional, and see how price and yield to maturity relate for discount bonds and fixed coupon bonds.
Explore zero coupon bond valuation in Python by defining a simple bond class, calculating yield to maturity from price, and inverting yield to price with a power function.
Explore how to plot and interpret the yield curve in Python using Matplotlib, define maturities and yields for zero-coupon bonds, and use interpolation to price nonstandard maturities.
Build a Python Bond class to price fixed coupon bonds, compute present value and yield to maturity, and apply the Newton-Raphson method with derivatives.
This course covers the concept and pricing of fixed income securities: loans, zero coupon and fixed coupon bonds. You will learn how to model them, calculate their price and yield to maturity in Python. The course also covers the yield curve and explains how to use Newton-Rhapson numerical method for root finding to calculate yield to maturity of a bond.