Interactive Cashflow Analysis with ActuaryUtilities.jl

JuliaActuary is an ecosystem of packages that makes Julia the easiest language to get started for actuarial workflows.
actuaryutilities
financemodels
assets

Scroll down below the sample video to see how to run it.

The recording above shows a Pluto.jl notebook demonstrating some of the basic cashflow-oriented features in ActuaryUtilities.jl and Yields.jl.

Instructions to Run

Because JuliaActuary doesn’t have an active server to run this on, you have to run it locally. Assuming that you already have Julia installed but still need to install Pluto notebooks:

  1. Open a Julia REPL and copy and paste the following:
# install these dependencies
import Pkg; Pkg.add(["Pluto"]) 

# use and start Pluto
using Pluto; Pluto.run()
  1. In the Pluto window that opens, enter this URL into the Open from file: box:
https://raw.githubusercontent.com/JuliaActuary/Learn/master/CashflowAnalysis.jl