Extension:Financial Mathematics
This extension is currently not actively maintained! Although it may still work, any bug reports or feature requests will more than likely be ignored. |
FinancialMathematics Release status: unmaintained |
|
---|---|
Implementation | Parser extension , Tag |
Description | Calculate and explain annuity certain calculations (introductory Financial Mathematics) |
Author(s) | Owen Kellie-Smith (OwenKStalk) |
Latest version | 0.3.12 (2015-11-29) |
MediaWiki | 1.25+ |
Database changes | No |
License | MIT License |
Download | GitHub: Note: README |
The Financial Mathematics extension calculates compound interest functions.
Installation
edit- Download, extract and place the file(s) in a directory called
FinancialMathematics
in yourextensions/
folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'FinancialMathematics' );
- Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
Usage
editGo to Special:FinancialMathematics on your wiki, select and populate a calculator and hit "Calculate". To include the output result on a wiki page, copy all of the XML within <fin-math> tags from the bottom of the Special:FinancialMathematics page into your wiki page.
Bugs, feedback
editPlease raise a new issue at GitHub