Extension:Financial Mathematics

Category:Unmaintained extensions#Financial%20Mathematics Category:Extensions without an imageCategory:Extensions without a compatibility policyCategory:MIT licensed extensions
MediaWiki extensions manual
FinancialMathematics
Release status: unmaintainedCategory:Unmaintained extensions
Implementation Parser extension Category:Parser extensions, Tag Category:Tag extensions
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+Category:Extensions with manual MediaWiki version
Database changes No
License MIT License
Download Category:Extensions in GitHub version control
README
Category:All extensionsCategory:Extensions not in ExtensionJson

The Financial Mathematics extension calculates compound interest functions.

Installation

  • 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

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

Please raise a new issue at GitHub

Category:Math extensions Category:Calculated content extensions
Category:All extensions Category:Calculated content extensions Category:Extensions in GitHub version control Category:Extensions not in ExtensionJson Category:Extensions with manual MediaWiki version Category:Extensions without a compatibility policy Category:Extensions without an image Category:MIT licensed extensions Category:Math extensions Category:ParserFirstCallInit extensions Category:Parser extensions Category:Tag extensions Category:Unmaintained extensions