ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Numeric values functions / Financial functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
The financial functions are as follows:
FinCurrentValReturns the current value of investment.
FinDecreasingRedemptionCalculates the amortization value of a good over a specific period of time, via the formula for fixed-rate decreasing amortization.
FinErrorReturns the number of the last error caused by a Finxxx function (financial functions).
FinFutureValReturns the future value of an investment.
FinInterestRateCalculates the interest rate for a loan over a specific period of time with fixed payments.
FinLinearRedemptionCalculates the value of linear amortization of a product over a specific period of time.
FinNetCurrentValReturns the net current value of investment.
FinPaymentNbReturns the number of payments required to pay off a capital according to a given rate.
FinPeriodInterestCalculates for a given period the amount of interests due for a loan paid off by fixed periodic payments with a fixed interest rate.
FinRedemptionCreates an amortization matrix for a fixed-rate loan over a defined period of time.
FinRepayValReturns the amount of each regular payment for an investment with fixed interest rate and fixed payment.


Related Examples:
The financial functions Unit examples (WINDEV): The financial functions
[ + ] Using the main functions for performing financial calculations in WINDEV:
- Calculate the number of repayments
- Calculate the future value of an investment
WD Loan Complete examples (WINDEV): WD Loan
[ + ] The power of WINDEV and the ease-of-use of WLanguage have allowed us to develop this application within a single day!

This example is used to simulate loans and to:
- calculate the amount of the monthly repayments from the amount borrowed
- calculate the amount that can be borrowed from a given monthly repayment
- calculate the income of an investment from a monthly payment

For each case, you have the ability to view the amortization table corresponding to your parameters.
The Financial functions Unit examples (WINDEV Mobile): The Financial functions
[ + ] Use of financial functions.
This example calculates the number of payments needed to pay back a loan, the total cost of a loan as well as the interests returned by an investment.
WW_Loan Complete examples (WEBDEV): WW_Loan
[ + ] The power of WEBDEV and the simplicity of the WLanguage allowed us to develop this site in just one day!

This example is used to simulate loans and to:
- calculate the amount of monthly payments from the amount that was borrowed
- calculate the amount that can be borrowed from a given monthly payment
- calculate the income of an investment from a monthly deposit

The amortization table can be displayed for each one of the cases.
This table can be edited in a file in PDF format (standard feature of WEBDEV).
The financial functions Unit examples (WEBDEV): The financial functions
[ + ] This example presents the main functions for financial calculations of WEBDEV and it allows you to:
- Calculate the number of reimbursements
- Calculate the future value of an investment
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 06/30/2023

Send a report | Local help