Financial Functions Functions that can be used to calculate values based on compounded interest Taking a loan Investing in a savings account Financial.

Slides:



Advertisements
Similar presentations
Computer Science & Engineering 2111 Lecture 6 Financial Functions 1CSE 2111 Lecture 6-Financial Functions.
Advertisements

FA2 Module 5. Interest concepts of future and present value 1.Time value of money 2.Basic interest concepts 3.Present and future values a.Single payment.
6-1 CHAPTER 28 Time Value of Money The language of Finance The most important lesson.
Chapter 7 The Time Value of Money © 2005 Thomson/South-Western.
Present Value Essentials
CHAPTER THREE THE INTEREST RATE FACTOR IN FINANCING.
1 Chapter 11 Time Value of Money Adapted from Financial Accounting 4e by Porter and Norton.
Chapter 5. The Time Value of Money Chapter Objectives Understand and calculate compound interest Understand the relationship between compounding and.
MS-Excel Manual-3 Pradeep Velugoti Lakshman Tallam.
Copyright © 2011 Pearson Prentice Hall. All rights reserved. The Time Value of Money: Annuities and Other Topics Chapter 6.
Agenda 11/28 Review Quiz 4 Discuss interest and the time value of money Explore the Excel time value of money functions Examine the accounting measures.
CS&E 1111 ExFin Microsoft Excel Financial Functions Objectives: Understanding and using Financial Functions the time value of money PV, FV, Rate, NPER,
THE TIME VALUE OF MONEY TVOM is considered the most Important concept in finance because we use it in nearly every financial decision.
1 Agenda – 4/17/2013 Discuss interest and the time value of money Explore the Excel time value of money functions Examine the accounting measures of profitability.
Chapter 13 Creating Formulas for Financial Applications Microsoft Office Excel 2003.
Financial Functions. Working with Loans and Investments =PMT(rate, nper, pv, [fv=0] [type=0]) =FV(rate, nper, pmt, [pv=0] [type=0]) =NPER(rate, pmt, pv,
Q1 The following expression matches the interest factor of continuous compounding and m compounding. Plug r=0.2, m=4 to get x=0.205.
Interest and Equivalence Chapter 3: Newnan, Eschenbach, and Lavelle Dr. Hurley’s AGB 555 Course.
THE TIME VALUE OF MONEY TVOM is considered the most Important concept in finance because we use it in nearly every financial decision.
Compound Interest. The interest is added to the principal and that amount becomes the principal for the next calculation of interest. OR.
Computer Science & Engineering 4194 Day 9 Financial Functions 1.
Engineering Economics. Excel Financial Functions.
Annuities Chapter 11 2 Annuities Equal Cash Flows at Equal Time Intervals Ordinary Annuity (End): Cash Flow At End Of Each Period Annuity Due (Begin):
Quantitative Finance Unit 1 Financial Mathematics.
Topic 16 Exponential and Log Functions and Applications III.
 Knowing how to reduce your debt is important, but you need to understand how to change some of the variables of an annuity to do it. Loan Amount$19,000.
Excel Future Value FV (rate,nper,pmt,pv,type). Annual interest rate divided by the number of compound periods.
PMT and What if analysis. PMT  The Microsoft Excel PMT function returns the payment amount for a loan based on an interest rate and a constant payment.
Ch.7 The Time Value of Money Goals: Concept of the time value of money Present value and Future value Cash flows and time value calculation Compounding.
Computer Science & Engineering 2111 Lecture 6 Financial Functions 1.
Agenda – 11/19/2013 Present Excel financial functions Discuss financial concepts that underlie functions  Specialized vocabulary  Must understand the.
Bond Math FNCE 4070 Financial Markets and Institutions.
Translating Today’s Benefits to the Future w Suppose you want to know how much money you would have in 5 years if you placed $5,000 in the bank today at.
Built-in Functions in Excel Financial Functions MAN Micro-computers & Their Applications.
1 Financial Functions By Prof. J. Brink with modifications by L. Murphy 1/13/2009.
Warm Up What is wealth and why is it desirable?. Definition of Wealth.
© 2005 The McGraw-Hill Companies, Inc., All Rights Reserved McGraw-Hill/Irwin Slide 1 CHAPTER THREE THE INTEREST RATE FACTOR IN FINANCING.
Managing your Personal Finances Simple vs. Compound Interest Mr
Basic Finance The Time Value of Money
Time Value of Money Annuity.
Time Value of Money Basics and Building Blocks
Understanding the Time Value of Money
Chapter 4: The Time Value of Money
Time Value of Money Future Value and Compound Interest Present Values
Business Mathematics 5 types of transactions / questions
Simple Interest Formula I = PRT.
Math in Our World Section 8.3 D1 Compound Interest.
Excel Tutorial 9 Developing a Financial Analysis
Financial Functions This lecture will cover the use of some basic functions provided by EXCEL. We will be explore how these functions work and how they.
Chapter 03& 04 : Banking What is the Bank ? 1. Receive Deposits
NE 364 Engineering Economy
Time Value of Money Math
Intro to Financial Management
Unit 4: Financial Applications MAP 4C
Business Finance Michael Dimond.
Effective Personal Financial Planning
Microsoft Excel – Part II
Translating Today’s Benefits to the Future
A D ppendix Compound Interest
Translating Today’s Benefits to the Future
Engineering Economic Analysis
Financial Management: Principles & Applications
Chapter 4: The Time Value of Money
Problems Involving Percents
Time Value of Money Math
Lesson 7 Objectives Use the IF function. Use the PMT and FV functions.
Future Value and Compounding
Chapter 1 Annuities Dr. A. PHILIP AROKIADOSS Assistant Professor
Chapter 4: The Time Value of Money
Presentation transcript:

Financial Functions Functions that can be used to calculate values based on compounded interest Taking a loan Investing in a savings account Financial Functions

Simple Interest vs. Compound Interest Simple interest always calculates interest based on the original amount. So $1,000 at 4% per year for 2 years Year 1: $1000 * 4%  $40 in interest for the 1st year. Year 2: $1000 * 4%  $40 in interest for the 2nd year. After 2 years you would have: $1,000 * 4% = $80 interest For a total of $1,080 Financial Functions

Simple Interest vs. Compound Interest Compound interest always calculates interest based on the “latest amount”. So $1,000 at 4% per year for 2 years compounded Yearly Year 1: $1,000 * 4%  $40 in interest for the 1st year. Year 2: $1,040 * 4%  $41.60 in interest for the 2nd year. After 2 years you would have: $1,000 * 4% = $81.60 interest For a total of $1,081.60 Financial Functions

Compounding Periods Compounded Yearly Compounded Quarterly Compounded Semi-Annually Compounded Monthly The total amount of your financial transaction will be different based on when the interest is compounded. Financial Functions

Compounding Interest Quarterly What if we compound our 4% interest quarterly for the $1,000. This would be four separate calculations Quarter Principal Interest 1st Quarter $1,000 * 1% = $10.00 2nd Quarter $1,010 * 1% = $10.10 3rd Quarter $1,020.10 * 1% = $10.201 4th Quarter $1,030.301 * 1% ≈ $10.30 Financial Functions

Financial Functions

Financial Functions Present Value (PV) Future Value (FV) Payment (PMT) What you get/pay at the beginning of the financial transaction Future Value (FV) What you are going to get OR what you will have to pay at the end of the financial transaction Payment (PMT) Payment made each period. It remains constant over life of annuity RATE Interest rate per period NPER Number of payment periods Financial Functions

Financial Functions-Syntax =PV(rate, nper, pmt, [fv], [type]) =FV(rate, nper, pmt, [pv], [type]) =PMT(rate, nper, pv, [fv], [type]) =RATE(nper, pmt, pv, [fv], [type], [guess])*Compounding Periods =NPER(rate, pmt, pv, [fv], [type]) / Compounding Periods Financial Functions

Arguments in Financial Functions Description Argument Rules rate Interest rate per compounding period Always divide the rate by the number of compounding periods Rate/ # of compounding periods nper Number of compounding periods Always multiply the number of years by the compounding period # of compounding periods * # of years pmt Periodic payments to the initial sum Payment amount cannot vary pv Original value of financial transaction fv Value at the end of the financial transaction type Designates when payments are made 0: Payments are made at the end of the period 1: Payments are made at the beginning of the period (0 is the default and is implied) Financial Functions

Using Financial Functions Arguments Use consistent signs Outgoing cash ( - ) Incoming cash ( + ) For arguments that are zero, at least a comma must be put in the function to maintain the argument order, unless no other non-zero arguments follow. =PV(.03, 2, 0, 5000, 0) same as =PV(.03, 2, , 5000) Financial Functions