Extension:Financial Mathematics

From mediawiki.org
MediaWiki extensions manual
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
README

The Financial Mathematics extension calculates compound interest functions.

Installation[edit]

  • Download, extract and place the file(s) in a directory called FinancialMathematics in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'FinancialMathematics' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.

Usage[edit]

Go 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[edit]

Please raise a new issue at GitHub