knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

actuary

The goal of actuary package is to support the actuarial workload.

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("zchmielewska/actuary")

Example

This is an example of loading EIOPA RFR curves:

library(actuary)
load_RFR("20181231", "Euro")
load_RFR("20190331", "Poland", VA = TRUE)
load_RFR("20190630", "United States", scenario = "up")

Load VA and other parameters:

library(actuary)
load_VA("20181231", "Poland")
load_parameter("20181231", country = "Bulgaria", parameter = "UFR")


zchmielewska/actuary documentation built on Feb. 5, 2020, 6:43 p.m.