MyNixOS website logo
Description

Actuarial Helpers for Triangles, Exposures and Czech Birth Numbers.

A collection of utilities that grew out of day-to-day non-life actuarial work at Com-PASS Advisory. Provides helpers for building chain-ladder triangles (cumulative, decumulative, run-off, development factors with optional weighting), constructing exposure columns from policy start/end dates, parsing Czech birth numbers ('rodné číslo') into dates, generating smooth RGB color palettes for charts, and loading multi-sheet 'xlsx'/'xlsb' files into a list of data frames. The chain-ladder helpers follow the standard methodology of Mack (1993) <doi:10.2143/AST.23.2.2005092>.

vitopack

R-CMD-check Codecov test coverage CRAN status Lifecycle: stable

vitopack is a small toolbox of utilities that grew out of day-to-day non-life actuarial work at Com-PASS Advisory s.r.o. It collects:

  • Builders and transformations for chain-ladder development triangles (cumulative, decumulative, run-off, development factors with optional weighting, annual aggregation, plotly visualisation).
  • Helpers that turn long policy data into per-period exposure columns (create_policy_exposure_columns_m(), create_policy_exposure_days_columns()).
  • Czech birth-number (rodné číslo) parsers.
  • Smooth RGB rainbow palette generators tuned for stacked bars.
  • Convenience I/O wrappers for multi-sheet .xlsx and .xlsb files.

Installation

The development version from GitHub:

# install.packages("pak")
pak::pak("Com-PASS-OV/vitopack")

Once on CRAN:

install.packages("vitopack")

Quick example

library(vitopack)

# Long-form claims data → triangle
df <- data.frame(
  origin = c(1, 1, 1, 2, 2, 3),
  dev    = c(0, 1, 2, 0, 1, 0),
  paid   = c(10, 5, 2, 20, 7, 15)
)
trg <- create_triangle(df, row_num = "origin", col_num = "dev", value = "paid")
cum <- create_cumulative_triangle(trg)
create_chl_coefs(cum, chl_length = c("full", 2))

# Czech birth number → date
rc_to_birth_day("900615/1234")  # 1990-06-15

# Smooth color palette
palette <- get_colors_duo(rgb_colors_for_plot(), 12)

Contributing

Issues and pull requests are welcome. Please run devtools::check() and devtools::test() before opening a PR.

License

MIT © Ondřej Vít.

Metadata

Version

0.1.1

License

Unknown

Platforms (80)

    Darwin
    FreeBSD
    Genode
    GHCJS
    Linux
    MMIXware
    NetBSD
    none
    OpenBSD
    Redox
    Solaris
    uefi
    WASI
    Windows
Show all
  • aarch64-darwin
  • aarch64-freebsd
  • aarch64-genode
  • aarch64-linux
  • aarch64-netbsd
  • aarch64-none
  • aarch64-uefi
  • aarch64-windows
  • aarch64_be-none
  • arc-linux
  • arm-none
  • armv5tel-linux
  • armv6l-linux
  • armv6l-netbsd
  • armv6l-none
  • armv7a-linux
  • armv7a-netbsd
  • armv7l-linux
  • armv7l-netbsd
  • avr-none
  • i686-cygwin
  • i686-freebsd
  • i686-genode
  • i686-linux
  • i686-netbsd
  • i686-none
  • i686-openbsd
  • i686-windows
  • javascript-ghcjs
  • loongarch64-linux
  • m68k-linux
  • m68k-netbsd
  • m68k-none
  • microblaze-linux
  • microblaze-none
  • microblazeel-linux
  • microblazeel-none
  • mips-linux
  • mips-none
  • mips64-linux
  • mips64-none
  • mips64el-linux
  • mipsel-linux
  • mipsel-netbsd
  • mmix-mmixware
  • msp430-none
  • or1k-none
  • powerpc-linux
  • powerpc-netbsd
  • powerpc-none
  • powerpc64-linux
  • powerpc64le-linux
  • powerpcle-none
  • riscv32-linux
  • riscv32-netbsd
  • riscv32-none
  • riscv64-linux
  • riscv64-netbsd
  • riscv64-none
  • rx-none
  • s390-linux
  • s390-none
  • s390x-linux
  • s390x-none
  • sh4-linux
  • vc4-none
  • wasm32-wasi
  • wasm64-wasi
  • x86_64-cygwin
  • x86_64-darwin
  • x86_64-freebsd
  • x86_64-genode
  • x86_64-linux
  • x86_64-netbsd
  • x86_64-none
  • x86_64-openbsd
  • x86_64-redox
  • x86_64-solaris
  • x86_64-uefi
  • x86_64-windows