Stochastically project 30 million policies per second (benchmarked on a 2020 MacBook Air laptop).
The image above shows a Pluto.jl notebook which shows how to calculate stochastic claims results for a sample payout annuity for demo inforce data.
Assuming that you already have Julia installed but still need to install Pluto notebooks:
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()
In the Pluto window that opens, enter this URL into the Open from file:
box:
https://raw.githubusercontent.com/JuliaActuary/Learn/master/stochastic_claims_demo.jl