The following Matlab project contains the source code and Matlab examples used for model a mortgage backed security.
CFEVALDEMO2 illustrates how CFEVAL (available from FEX) can be used to model a mortgage, a mortgage passthrough, or a collateralized mortgage obligation.
The following Matlab project contains the source code and Matlab examples used for mortgage amortization calculator.
Calculates amortization schedule for mortgage with monthly payments, based on principal, interest rate, and duration.
The following Matlab project contains the source code and Matlab examples used for simple mortgage calculator.
% Computer mortgage payment and the respective interest paid each month
%
% Inputs
% L: size of the loan
% rate: annual rate
% years: length of loan in years
%
% Outputs
% P: monthly payment
% In: list of interests paid over the entire loan period
% Ba: Remaining balane over the entire loan period
% please run mortgage_example for detail
% below is an excerpt.
The following Matlab project contains the source code and Matlab examples used for all purpose mortgage calculator including mortgage schedule.
Please let me know if you have any problems with this calculator.
The following Visual Basic project contains the source code and Visual Basic examples used for mortgage loan calculator. This application will calculate the loan payment required based upon the user's input of: Loan Amount, Interest Rate, and Term.
The following VB.NET project contains the source code and VB.NET examples used for Mortgage / Finance management system.
This project was created for BE 7th sem.