Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabhupavitra/Financial-Modeling
Financial Models using vba script and Python
https://github.com/prabhupavitra/Financial-Modeling
amortization bond-pricing buffered-jump-security financial-modeling financial-models financialmodeling ipmt ipynb loan-amortizaion nal-analysis option-pricing pandas-dataframe pmt ppmt python3 spreadsheet-models stock-valuation vba vba-excel vba-macros
Last synced: 16 days ago
JSON representation
Financial Models using vba script and Python
- Host: GitHub
- URL: https://github.com/prabhupavitra/Financial-Modeling
- Owner: prabhupavitra
- License: mit
- Created: 2019-05-31T00:30:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-13T04:09:10.000Z (over 3 years ago)
- Last Synced: 2024-11-23T03:32:08.389Z (20 days ago)
- Topics: amortization, bond-pricing, buffered-jump-security, financial-modeling, financial-models, financialmodeling, ipmt, ipynb, loan-amortizaion, nal-analysis, option-pricing, pandas-dataframe, pmt, ppmt, python3, spreadsheet-models, stock-valuation, vba, vba-excel, vba-macros
- Language: Jupyter Notebook
- Homepage:
- Size: 4.37 MB
- Stars: 24
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - prabhupavitra/Financial-Modeling - Financial Models using vba script and Python (Jupyter Notebook)
README
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/prabhupavitra/Financial-Modeling/blob/master/Loan%20Amortization_Pandas.ipynb)
# Financial Modeling
### What is financial modeling?
Financial modeling is the task of building an abstract representation (a model) of a real world financial situation.
## Model 1 : Amortization Schedule
An amortization schedule is a complete table of periodic loan payments, showing the amount of principal and the amount of interest that comprise each payment until the loan is paid off at the end of its term.
### Components of a Amortization Schedule in a Financial Model
#### Loan amount
Original or expected balance for your mortgage/loan.
#### Term in years
The number of years over which you will repay this loan.
#### Interest rate
Annual fixed interest rate for this loan.
#### Payment per period
Includes principal payment and interest payment (PI).
While each periodic payment is the same amount early in the schedule, the majority of each payment is interest; later in the schedule, the majority of each payment covers the loan's principal.#### Total interest
Total of all interest paid over the full term of the mortgage. This total interest amount assumes that there are no prepayments of principal.
#### Total payments
Total of all monthly payments over the full term of the mortgage. This total payment amount assumes that there are no prepayments of principal.