American Option Pricing Python Code
I was given two sets of Python code for American Style Option pricing - I had to review the code, run the code, and grade each of the two sets based on very specific criteria laid out in a Rubric document which include code organization, multiple methods used for pricing, test for edge cases, verifiable output, code performance (speed), etc.