• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

Bootstrapping to find discount factors

Joined
9/16/19
Messages
7
Points
11
Hi all,

So at the Firm at which I am working I had to bootstrap the LIBOR curve to get the discount factor over various maturities. I did the calculations on excel and was able to compute the discount factors. I have to now do the same operation on python but I am quite confused on what functions to implement. I have used an old code and modified to my needs (link to code attached), but I am getting an error, invalid syntax : print depoFuturesSwapCurve.dates()

My curve input is the LIBOR 3m for tenors from 1 month to 10 years. I would like to know how to go about this. If needed for reference I can provide the Excel file as well.


Thank you,
Best,
Goutham
 
Back
Top