Annuity Calculator
Annuity Calculator Widget
by Malcolm Hall · github.com/malcolm-hall/annuity-calculator · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/malcolm-hall/annuity-calculator/archive/refs/heads/main.zipDeclares an update source (https://github.com/malcolm-hall/annuity-calculator), so updates arrive through the plugin's own updater.
Readme
Annuity Calculator Widget for WordPress
This is a free annuity calculator widget that can be embedded in wordpress sites.
View the live site at https://malcolm-hall.github.io/annuity-calculator

Installation
- Download the ZIP file of this repository.
- Install the plugin into WordPress.
- Activate the Annuity Calculator plugin through the "Plugins" menu in WordPress.
Usage
- Add the shortcode
[ac_annuity_calculator]to your page, post or sidebar
Calculation Types
Add ?type=<value> to the url to set the calculation type of the calculator
|value| calculation type|
|-|-|
| monthly-income | How much will my monthly income be? |
| annuity-term | How long will my annuity payments last? |
| principal | How much principal will I need to meet my target income? |
| interest-rate | What interest rate will I need to meet my target income? |