473,765 Members | 2,010 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Looking for some financial formulas

Hi all,

I have been looking in some forums etc. but cannot find what I would like. I
need some financial formulas for a site related to some mortgage issues.
Unfortunately the specifications have been supplied to me be an excel sheet
so it is quite tricky to find out how the formulas that are used have been
made. To give some examples: I would need a formula for the future value of
savings after x years when you have already an amount of money on the bank,
and you decide to add every month a fixed quantity of money to that savings
account. Another is: how much money should you set aside every month to
reach amount x after y years?
I have enough knowledge of basic math functions in php, unfortunately not
for the way how to use them in this situation so even a page with the
formulas themselves, without their translations to php, will be welcome :)

Martien.
Dec 10 '05 #1
6 3003
You have the formulas already in Excel just display or print them. On
the Tools menu, point to Formula Auditing, and then click Formula
Auditing Mode to display the formulas. Helps out big time on converting
a monsterish workbook!

Dec 10 '05 #2
Martien van Wanrooij wrote:
need some financial formulas for a site related to some mortgage issues.
Unfortunately the specifications have been supplied to me be an excel sheet


So why ask in a php group?

http://support.microsoft.com/?kbid=213939
A download for MacOS, stuffit self extracting archive inside hqx:
http://www.microsoft.com/downloads/d...displaylang=en

--
E. Dronkert
Dec 10 '05 #3

"Ewoud Dronkert" <fi*******@last name.net.invali d> schreef in bericht
news:o6******** *************** *********@4ax.c om...
So why ask in a php group? Because it will be a site with php functions, maybe there is already some
info available although I couldn't find it. http://support.microsoft.com/?kbid=213939
A download for MacOS, stuffit self extracting archive inside hqx:
http://www.microsoft.com/downloads/d...displaylang=en

But these links are also very helpful, thanks :)

Martien.
Dec 10 '05 #4
Martien van Wanrooij wrote:
[...] I need some financial formulas [...].
[...] the specifications have been supplied to me be an excel sheet [...]


As Darkstar pointed out you can see the formulas in Excel.

Or try Wikipedia -- http://en.wikipedia.org/wiki/Time_value_of_money

Dec 10 '05 #5
Hello,

on 12/10/2005 06:14 PM Martien van Wanrooij said the following:
Hi all,

I have been looking in some forums etc. but cannot find what I would like. I
need some financial formulas for a site related to some mortgage issues.
Unfortunately the specifications have been supplied to me be an excel sheet
so it is quite tricky to find out how the formulas that are used have been
made. To give some examples: I would need a formula for the future value of
savings after x years when you have already an amount of money on the bank,
and you decide to add every month a fixed quantity of money to that savings
account. Another is: how much money should you set aside every month to
reach amount x after y years?
I have enough knowledge of basic math functions in php, unfortunately not
for the way how to use them in this situation so even a page with the
formulas themselves, without their translations to php, will be welcome :)


This seems to be what you are looking for:

http://www.phpclasses.org/financial_class

This also has to do with mortgage:

http://www.phpclasses.org/amort
--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
Dec 19 '05 #6
>
on 12/10/2005 06:14 PM Martien van Wanrooij said the following:
Hi all,

I have been looking in some forums etc. but cannot find what I would
like. I need some financial formulas for a site related to some mortgage
issues.


Burington's Handbook of Mathematics, Page 6, "Interest, Sinking Funds,
Annuities". Published in 1933 and just as relevant today as then.
Mathematics condensed into 100 pages. I could not write software without
it. I'm sure there are others that are just as useful. Probably it's on
the Web someplace.
Dec 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2492
by: BlackHawke | last post by:
Hello! My name is Nick Soutter, I am the owner of a small game company in San Diego, CA called Aepox Games (www.aepoxgames.net). Our first product, Andromeda Online (www.andromedaonline.net), goes
4
2253
by: Nick Palmer | last post by:
Hi all, I'm looking for some third party libraries that provide mathematic (financial) functions, and date functions to include in a VC project. Anybody out there have anything that they can recommend ? Thanks in advance, Nick
4
2244
by: Sehri | last post by:
Hi all, I have just started developing a math companion tool with VS2005 and I just ran into a problem when trying to add the description of a formula. Doed anyone know how can I add math formulas and math characters in .NET? Maybe this is the same for everywhere, I just don't know the answer. I appreciate your help. Thanks, Sehri
9
4421
by: sr | last post by:
There is a System.Math class that is very helpful I couldn't imagine any next generation framework or language without one a Math class! What is the issue with having a System.Financial class for common financial formulas using the .net decimal datatype recommended to be used in financial calculations? The universal formulas I'm referring to are used to find payments, PV, FV, rate, and etc... exactly what is in the legacy...
2
7381
by: IntraRELY | last post by:
I know this isnt really a VB question per say, but is what I am developing in VB.NET and Excel is the only place that has provided direction. I wanted to ask the public if perhaps you could lend me a hand a point me into the right direction if there is someone who has had experiance with this. By all means if you know a better place to ask, let me know. There is an excel help file titled YIELD. I will copy any paste the file below. I am...
1
1359
by: boarderchic15 | last post by:
Hi- I have the following XML structure: <?xml version="1.0" encoding="UTF-8"?> <content> <type content_type="Listing"/> <faq_listing> <heading>Benefits</heading> <heading>Health</heading> <heading>Medical Coverage</heading> <category>
5
1251
by: mastro78 | last post by:
I'm working on Input Validation using the JS Header in my Notes app. I originally had formulas in Notes that was doing this, but now I've taken it to the web. So, after redoing the majority of the formulas in JS, I came to one input validation that wasn't within the realm of comparisons in JS. I'm looking that if mystr contains "." then alert, etc. But I can't seem to find anything in JS that is similar. Please advise. Thank you for your...
4
1785
by: John Brock | last post by:
I have a .NET application that, among other things, creates Excel workbooks, and I have run into a very strange problem involving formulas on one worksheet that reference values on another worksheet. The text I write into, let's say, cell A25 on Sheet1 (using .NET) looks something like this: =VLOOKUP(RC,'Sheet2'!A:X,6,FALSE) On the completed workbook this turns into:
0
9568
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9404
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10164
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
7379
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5423
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3926
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3532
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2806
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.