Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.