Skip to content

Calculator to figure out price of bonds and yield to maturity rate

Notifications You must be signed in to change notification settings

HCL212/Bond-Yield-Calculator

Repository files navigation

Bond Price + Yield Calculator

Calculate the price of a bond after discount, or calculate yield to maturity rate (approximate)

Screenshot

image

Prerequisites

JRE 1.8.0
Compiling with source files to make executable:

  1. javac --release 8 BondYieldCalc.java
  2. jar cmvf META-INF/MANIFEST.MF BondYieldCalc.jar BondYieldCalc.class BondYieldCalc$1.class BondYieldCalc$2.class BondYieldCalc$3.class BondYieldCalc$4.classjar
  3. use launchj4 to create .exe (min jre 1.8)

Installing

Windows Required

Download the 'BondYieldCalc.exe' file.
Navigate to download folder, double click file.
Enter inputs for calculations.

Authors

  • Hugh Leow

About

Calculator to figure out price of bonds and yield to maturity rate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages