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. |
![]() Release status: unmaintainedCategory:Unmaintained extensions |
|
---|---|
Implementation | Parser extensionCategory:Parser extensions, TagCategory: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 | GitHub: Note: README |
The Financial Mathematics extension calculates compound interest functions.
Installation
- 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
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