WP Manifestindependent plugin directory
manifest / utilities / annuity-calculator

Annuity Calculator

Annuity Calculator Widget

by Malcolm Hall · github.com/malcolm-hall/annuity-calculator · website

0stars
0forks

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.zip

Declares 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

Annuity Calculator Input Form Annuity Calculator Calculation Results

Installation

  1. Download the ZIP file of this repository.
  2. Install the plugin into WordPress.
  3. 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? |

Libraries in Use

  1. Chart.js

Read the full README on GitHub →