Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 644 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 644 Bytes

ZazoveExercises

  • Exercise 1 is a program that calculates the present value of a bullet bond using a discounted cash flow model. Refer to ex1_README.md for more details about inputs.
    • This exercise showcases unit testing using the unittest package, error handling, linear spline interpolation using scipy.interpolate, and organizing functions into a module.
  • Exercise 2 is a program that calculates the present value of a European style option using the binomial model. Refer to ex2_README.md for more details about inputs.
    • This exercise showcases unit testing, error handling, Object Oriented Programming, and inheritance.