This project is a web-based financial calculator application that provides users with the ability to perform various financial calculations, including Black-Scholes option pricing, CAPM (Capital Asset Pricing Model), bond pricing, intrinsic value calculation, and dividend yield calculation. The application is built using React for the frontend and Django for the backend. Axios is used for the API communication between the client and server.
The application features a user-friendly interface with input forms for each financial model, allowing users to input relevant parameters and receive calculated results. The UI also includes a navigation bar in the form of squared boxes on the left side for easy access to different financial models.
The application includes the following financial models:
The application features a user-friendly interface with input forms for each financial model, allowing users to input relevant parameters and receive calculated results. The UI also includes a navigation bar for easy access to different financial models. Overall, it has been a fun experience working on this project. I played a lot with React components, styling with CSS, working with API, as well as working with Python scripts for calculations.