• 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!
Financial Calculations Packages

Financial Calculations Packages 2024-08-26

No permission to download
Paul Lopez submitted a new resource:

Financial Calculations Packages - Price bonds, construct and analyze credit yield curves, and compute Jump-to-Default risk for bonds.

This project contains several Python packages for performing various financial calculations. Each package focuses on a specific aspect of financial analysis and provides functionalities to compute specific metrics and models. The packages included in this repository are:

  1. bond_pricing: A package for bond pricing and valuation calculations.
  2. credit_yield_curve: A package for constructing and analyzing credit yield curves.
  3. jtd_calculator: A package for...

Read more about this resource...
 
Back
Top